I need to provide a sync facility for some files. I wish to let dropbox do the work.
I integrate the api, but the end-result behave as a normal upload operation. If I have 5 files that need to sync, the api upload all of them again, instead of just sync the changes.
I wish to have the same behaviour as with the dropbox client. Is this possible with this API?
If not, then how I can send files to be openned in the native iOS client?