hi:
I want to integrate dropbox to my little app using java. Here is some question I want to figure out
1. Dropbox updating file by incremental update or full update? I
2. If one file is synchronized by multiple device, will the file be covered by each other?
3. If one file has been updated by one device, can another device be noticed by dropbox, or should this device query the update itself?
4. Are all the apis provided by java SDK the rest api? Or how should I distinguish which is rest api?
Thanks a lot