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

🔥📦 An Easy-to-Use PHP SDK to work with the Dropbox V2 API.

Results 57 dropbox-php-sdk issues
Sort by recently updated
recently updated
newest added

i am having this error on the ERROR_LOG and cannot understand the problem PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /home/remesave/public_html/2Dropbox/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 181 which doesnt allow the...

Hi, I am able to get the list of folders and files inside an specific folder. But if folder is empty how do I know that whether folder is empty...

Hi, First of all thanks for the Dropbox PHP library. I have successfully integrated this library and able to login into dropbox. I am able to get state and code...

if (isset($_FILES["file"])) { // File to Upload $file = $_FILES['file']; // File Path $fileName = $file['name']; $filePath = $file['tmp_name']; try { // Create Dropbox File from Path $dropboxFile = new...

HI I have previously used this with success. I recently upgraded my site and i'm not sure what happened but this package stopped working. I have tried reinstalling through composer...

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...

Is it possible to get only the folders by filtering the api request in listFolder using ".tag", Like following parameters. ` $listFolderContents = $dropbox->listFolder("/", array( 'recursive'=> true, 'limit'=> 10, )...

Is there a way to catch the errors thrown by the dropbox api? Currently if a folder or file is not found, the api returns an error message, but Guzzle...

Hi Thank you for your great work with this bundle and your contribution to the open source community. I have put the bundle through Sensiolabs Insights code scanning and just...