All notable changes to dropbox-api will be documented in this file
- uploadSessionStart and uploadSessionFinish can accept resource by @dmitryuk in spatie#102
- @dmitryuk made their first contribution in spatie#102
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.20.1...1.20.2
- Fix refreshable token response by @einarsozols in spatie#100
- @einarsozols made their first contribution in spatie#100
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.20.0...1.20.1
- Added refreshable token provider interface.
- fix compability with guzzlehttp/psr7 2.0 (#91)
- add autoRename parameter for move() method (#89)
- add autorename option to upload method (#86)
- allow graham-campbell/guzzle-factory v5 (#79)
TokenProviderinterface for accesstokens (#76)
- allow PHP 8
- allow the Client to work with Dropbox business accounts
- allow Guzzle 7 (#70)
- add support for app authentication and no authentication
- added
downloadZip(#66)
- add
searchmethod
- make compatible with PHP 7.4
- add
$responsetoBadRequest
- move retry stuff to package
- make guzzle retry 5xx and 429 responses
- add
getEndpointUrl - drop support for PHP 7.0
- fix for
createSharedLinkWithSettingswith empty settings
- add getter and setter for the access token
- fix for piped streams
- adjust
normalizePathto allow id/rev/ns to be queried
- fix max chunk size
- fix for finishing upload session
- add various new methods to enable chuncked uploads
- use recommended
move_v2method to move files
- add missing parameters to
listSharedLinksmethod
- fix broken
revokeTokenandgetAccountInfo
- add
revokeTokenandgetAccountInfo
- add
listSharedLinks
- add error code to thrown exception
- added
createSharedLinkWithSettings
- added
listFolderContinue
- Bugfix: set default value for request body
- initial release