dropbox-php-sdk
dropbox-php-sdk copied to clipboard
π₯π¦ An Easy-to-Use PHP SDK to work with the Dropbox V2 API.
List Folder Latest Cursor example shows `$cursor = $dropbox-listFolderLatestCursor("/Public");` Should be `$cursor = $dropbox->listFolderLatestCursor("/Public");`
Deprecated: Function mcrypt_create_iv() is deprecated in /Users/bruce/www/personal/PicUploader/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Security/McryptRandomStringGenerator.php on line 47 this issue also mentioned almost 3 years ago: https://github.com/kunalvarma05/dropbox-php-sdk/issues/29, but didn't fix yet. I've fixed this issueοΌ there is a...
Why is in documentation this function with 2 arguments: $file = $dropbox->download("/my-large-file.mp4", '/path-to-save-file-to.mp4'); but in source code is only 1? How to download file directly to filesystem?
https://github.com/kunalvarma05/dropbox-php-sdk/issues/67
there isnt any method defined for the `get_thumbnail_batch` endpoint of dropbox. The only implemented method is the `get_thumbnail`, which means if there are a 100 images on my drive that...
I need to know how i had to do a request to one URL and get from there the logs. i though i need a method from the backend who...
File requests feature support. Full Dropbox documentation on: https://www.dropbox.com/developers/documentation/http/documentation#file_requests
Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://api.dropboxapi.com/2/files/get_metadata` resulted in a `400 Bad Request` response: Error in call to API function "files/get_metadata": Invalid authorization value in HTTP header "Authorization": "Bearer" (truncated...) in...
The library is broken right now due to the dependency tightenco/collect. In composer.json, the version required is ^5.2. Unfortunately guys maintaining tightenco/collect in some way break the compatibility in the...