Updating¶
If you update dropbox
to a newer version, please read this section carefully!
Update to Version 4.3.0¶
The access tokens generated by/for Dropbox have now a lifetime of max. 4 hours. So, we can not store the access token anymore. THX goes to TYPO3 community which provides a pull request to migrate to refresh tokens which can be used to generate new temporary available access tokens.
Please edit your dropbox storage and execute the refresh token wizard.
The new access tokens will be stored in sys_registry. On error while working with the API EXT:dropbox will automatically try to refresh the access token and tries the same request again.
Update to Version 4.2.0¶
A big thank you goes to Georg Ringer, who kindly gave me the extension key "dropbox". I took the chance and renamed all paths, PHP classes, names and repos to the new extension key "dropbox".
Please execute the `Rename Extension Key Upgrade" wizard from install tool to rename the driver identifier in all sys_file_storage records of existing Dropbox storages.
Update to Version 4.1.0¶
I have added TYPO3 11 compatibility. With this change my ext dropbox
is
not compatible with PHP versions less than 7.4 anymore.
This version is still TYPO3 10.4 compatible, but needs at least PHP 7.4.