You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Dropbox has recently introduced short-lived access tokens only, and does not seem to allow new apps to generate access tokens that do not expire."
[https://django-storages.readthedocs.io/en/latest/backends/dropbox.html]
django-dbbackup does not use correct settings for Dropbox.
Describe the bug
Dropbox docs are missleading.
To Reproduce
pip install dropbox django-storages
.oauth2_access_token
:dropbox.dropbox_client.BadInputException: OAuth2 access token or refresh token or app key/secret must be set
Read source code https://github.com/jschneier/django-storages/blob/7914409c90f04a749e517bb39635b218d908265f/storages/backends/dropbox.py#L86
Set:
The text was updated successfully, but these errors were encountered: