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

HI , sorry for english , i have this warning when i change from php 5.6 to 7 .

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

Laravel marked the package tightenco/collect as conflict: https://github.com/laravel/framework/pull/23379 Dropbox-php-sdk requires tightenco/collect, so the package can't be used on Laravel >=5.6.8 anymore.

Starting to use this awesome library, I decided to contribute writing some tests. Thanks to [Guzzle mock system](http://docs.guzzlephp.org/en/stable/testing.html) we can easily test our library in isolation, without real calls to...

Hi, nice app @kunalvarma05, Your application adds files to dropbox that can't be editable there. Im curious whether is it possible to create/update **paper**.dropbox note from local txt file?

`list_revisions` endpoint returns a collection of file metadata, which we model via a ModelCollection class, containing FileMetadata objects. Imho it's the best solution, but we loose `is_deleted` and `server_deleted` informations,...

enhancement
help wanted
hacktoberfest

### Updated deprecated function from GuzzleHttp used on DropboxFile The function `\GuzzleHttp\Psr7\mime_type_from_filename(string $filename)` is deprecated and will be removed in **guzzlehttp/psr7:2.0** Use **MimeType::fromFilename** instead. More info: https://docs.aws.amazon.com/aws-sdk-php/v3/api/function-GuzzleHttp.Psr7.mimetype_from_filename.html ### Changes: -...

Hello, By following this source "https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Getting-Started" I downloaded the library: composer require kunalvarma05/dropbox-php-sdk I created index.php in the main directory `` I get the following error. I tried many things...

Hello, By following this source "https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Getting-Started" I downloaded the library: composer require kunalvarma05/dropbox-php-sdk I created index.php in the main directory `require_once './vendor/autoload.php'; use Kunnu\Dropbox\Dropbox; use Kunnu\Dropbox\DropboxApp; use Kunnu\Dropbox\DropboxFile; //Configure Dropbox...