Hi:
It seems that dropbox handle files when there is a conflict like this: If one file in dropbox is being updated by multiple devices, some conflicting copies will be created, and users should merge these confilting files manully. Whether I set write mode to add, overwrite or update has no influence about this. The conficting copy will be created anyway.
Now, I want to integrate dropbox into my own app by Java SDK for API v2. It seems the way dropbox app take a little inconvenient. So I wonder if there any other API for developers to handle this case?
Another question is, how should I log out a dropbox account by API? And can I have a callback after successfully logging out to, for example, notify my own server?
Thanks!