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
Post a Comment