-
Notifications
You must be signed in to change notification settings - Fork 95
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 deprecated #142
Comments
Merged to |
It seems that uploading does not work well on my own production. Which is weird, since I cannot reproduce it (yet) locally. I'll have to look into this again. |
I've found another implementation which seem to work locally, it's slightly differs from my own: https://stackoverflow.com/documentation/dropbox-api/409/uploading-a-file/1927/uploading-a-file-using-the-dropbox-python-sdk#t=201610181733061624381 It also checks whether the files should be uploaded at one go (when small) or in chunks (when spanning multile MB's). My previous implementation however also worked well locally when developing, so I'll have to test this on my own production later this week to be sure it's fixed completely. |
It still does not work on my own production. For some reason this Dropbox v2 API issue keeps haunting me :] |
I finally got Sentry working as well, which gave me some valuable information:
The I'll monitor it for a few days, but I'm really glad this finally seems fixed. |
Confirmed, finally working on production! Merged once again back to |
https://blogs.dropbox.com/developers/2016/04/announcing-the-v1-to-v2-migration-guide/
The text was updated successfully, but these errors were encountered: