dropbox-php-sdk
dropbox-php-sdk copied to clipboard
🔥📦 An Easy-to-Use PHP SDK to work with the Dropbox V2 API.
# Support for Dropbox-API-Path-Root header This PR allows users to set the Dropbox-API-Path-Root header globally for the client instantiation. This allows the Dropbox object to be scoped to a team...
I am currently utilizing the Dropbox PHP SDK within my project to automate the uploading of files from our server to Dropbox. However, due to a recent migration of our...
Hello, I need to share specifics docs from my Dropbox to end user. All is ok to get and use the AccessToken from my back office. But the token expire...
updated the search to use the v2 version of dropbox. If you would like we can make a new method that specifies the v2 version to keep the old version...
Is there anyway to add a comment to a file and then read those comments? Thank you
Documentation here https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Configuration and here https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Configuration and probably other locations refers to "client_id," which is something I do not see in the Dropbox Developers' Dashboard. client_secret is also something that...
When installing dropbox-php-sdk, all folders and files are included, resulting in a large package size that may inconvenience users. To address this, a .gitattributes file is added to exclude unnecessary...