How to upload the diff of a file using file_put api in dropbox -


How can I upload a file's file to a dropbox using file_put api? I am thinking that the dropbox will provide support for uploading or downloading only the difference of file.

I am not using Dropbox Sync Tool.

There is currently no way to send or receive only one difference, the smaller unit is the whole file.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -