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 55 dropbox-php-sdk issues
Sort by recently updated
recently updated
newest added

Closes #152 Added the ability to retrieve thumbnails in batches. In order to accomplish this I had to add the ability to have different Endpoint Types and Endpoint Formats. As...

i am not able to connect with dropbox business accounts

Hello, Anyway to put a description on a file? either during upload or after upload? and a way to read that description. On OneDrive there is a field for description...

Here is the simple Shared Link with Public visibility. I want to make password protected shared link. Can anyone help how i can do that ``` (/** * Assuming you...

Here, given below error i'm getting when uploading file: **Kunnu\Dropbox\Exceptions\DropboxClientException: {"error_summary": "path/malformed_path/.", "error": {".tag": "path", "path": {".tag": "malformed_path"}}} in /home/auto/public_html/app/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php:59** _Any help guys?_

$listFolderContents = $dropbox->listFolder("/"); is giving error as > Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in/opt/lampp/htdocs/vendor/tightenco/collect/src/Illuminate/Support/Collection.php on line 155

bug
enhancement

Hi, is using [Search](https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Working-with-files#search) the correct method to check if a file exists ? ~ Marc