Skip to content
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 Chuncked Upload #2

Open
dennisdornon opened this issue Apr 15, 2014 · 0 comments
Open

Dropbox Chuncked Upload #2

dennisdornon opened this issue Apr 15, 2014 · 0 comments
Assignees

Comments

@dennisdornon
Copy link
Contributor

Dropbox has this from 2012 wanted to see if it was something we could use https://www.dropbox.com/developers/blog/21/chunked-uploads-beta

Dropbox API developers know that uploading large files can be a pain. Apart from the 150Mb limit on /files_put, the file itself may not fit in memory or the HTTP connection may time out or disconnect. Furthermore, if something happens half way through uploading a big file, there's nothing to do but to start all over again.

Last week, we released the beta of the /chunked_upload endpoint that solves these problems. This lets you upload a large file in multiple chunks spread over several requests, to be reconstituted on the server when everything has been sent. This neatly avoids the problems mentioned above, letting you easily upload a multi-gigabyte file over a spotty connection without worry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants