-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
dropbox api v1 is deprecated #227
Comments
Dropbox storage will stop working in two months:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/ @django-dbbackup, @ZuluPro, just want to mention that this issue will affect |
Can you test #273? |
It started failing a few days ago. investigation under way |
tests done. as of now neither 1.5.0 nor my ancient fork are working... fails with
the same error is also happening on this repos |
Are you hitting the large files upload issue? My branch proceeds that issue by several months. If not do you have the full traceback? An html page is admittedly not the best thing to return... |
large file upload issue??? have about 600MB... #301? sounds like that... |
1 file? #301 was opened 2 hours ago. |
sounds very reasonable... is a fix expected soon? or will it take some time? |
Happy to accept a PR. There is a link to follow in the issue that has a stack overflow link to some possible code as a starter. If no one else gets to it I hope to be able to look into it this weekend, I don't think the fix is difficult in this case since Dropbox does provide some sort of api but time is always the key part. |
I'm in a rush here... I can venture a PR based on the SO issue, but would appreciate a fast pypi update then (I hate keeping local forks :)) If my code will be of insufficient quality, just reject .... but I like giving it a try... |
may I ask you for a quick feedback:
and
and
|
also quick help needed:
gives me
|
Closed via #273 large file still in progress |
https://github.com/dropbox/dropbox-sdk-python/blob/master/dropbox/client.py#L48
so we should move to using
dropbox.Dropbox
instead?The text was updated successfully, but these errors were encountered: