All notable changes to dropbox-api
will be documented in this file
- add
search
method
- make compatible with PHP 7.4
- add
$response
toBadRequest
- move retry stuff to package
- make guzzle retry 5xx and 429 responses
- add
getEndpointUrl
- drop support for PHP 7.0
- fix for
createSharedLinkWithSettings
with empty settings
- add getter and setter for the access token
- fix for piped streams
- adjust
normalizePath
to 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_v2
method to move files
- add missing parameters to
listSharedLinks
method
- fix broken
revokeToken
andgetAccountInfo
- add
revokeToken
andgetAccountInfo
- add
listSharedLinks
- add error code to thrown exception
- added
createSharedLinkWithSettings
- added
listFolderContinue
- Bugfix: set default value for request body
- initial release