Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We know that Dropbox desktop clients use a binary diff algorithm to break down all files into blocks, and only upload blocks that it doesn't already have in the cloud (http://serverfault.com/questions/52861/how-does-dropbox-version-upload-large-files).

Nevertheless, the Dropbox API, as far as I see, can only upload the whole file (/files_put, /files (POST)) when a sync is needed.

Is there any way to do differential/incremental syncing using the Dropbox API, i.e. upload only the changed portion of the file like the desktop clients do?

If this is not possible, then what are the best practices to periodically sync large files that has small changes using the Dropbox API?

share|improve this question
Great Question -- did you ever find an answer? – DoctorG Nov 28 '12 at 4:27
Unfortunately not. I will get back to this post if I find anything relevant. – Imre Kelényi Nov 29 '12 at 14:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.