-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbrestore command fails with dropbox #289
Comments
This is caused by the django-storages dropbox support being out of daye. See django-storages issue #567 and django-storages PR #402. |
I don't have root folder set at all. django-storages is 1.7.2 (PR you mentioned is already merged). |
Same to me. On windows 10 with following root_path
So on windows it appends C:\ but it shouldn't be appended |
Im still having the same problem as the user above. On windows too. Running the 'manage.py dbbackup' gives me
options are setting the DROPBOX_ROOT_PATH doesnt help either |
Mulltiple issues are causing this commad to fail
Error
dropbox.exceptions.BadInputError: BadInputError('e0628bdd4a631a8e72fee189adef81dc', 'Error in call to API function "files/get_metadata": request body: path: The root folder is unsupported.')
'FolderMetadata' object is not subscriptable
Versions:
django-storages==1.6.6
dropbox==9.0.0
Python==3.7
The text was updated successfully, but these errors were encountered: