dropbox-php-sdk icon indicating copy to clipboard operation
dropbox-php-sdk copied to clipboard

How to create multiple folders in one api request

Open umairali opened this issue 7 years ago • 0 comments

I am creating multiple folders with below code but it's taking too much time can you please suggest me how can I create multiple folders within one request and reduce folders creation time.

$dropbox->createFolder("/" . $projectName);
$dropbox->createFolder("/" . $projectName . "/Offering");
$dropbox->createFolder("/" . $projectName . "/Offering/Value Proposition");

umairali avatar Jun 13 '18 05:06 umairali