PHP SDK for Dropbox built with the v2 API
PHP SDK for Dropbox built with the v2 API
Last update: 2/23/2018
composer require lukebaird/dropbox-v2-php-sdk
in your project rootv1.1.6
files->upload()
and files->download()
to upload/download raw data respectively.sdk/Dropbox/Files.php
for usage.Bolded items will not be implemented.
Dropbox/Files->getThumbnailSize($size)
Converts standard thumbnail sizes into pixel values usable by Dropbox functions, i.e. 'thumb' => 'w32h32'
Dropbox requires that you have a valid SSL certificate. If you are facing an issue where the SDK is always returning null
or false
, this could be the issue. Try following the solution to this StackOverflow question.