I am a new android developer, I want to write a program to upload a specify file from my mobile to Dropbox whenever it is updated in local.
Should I use Sync API or Core API? Or both can archieve my aim?
For using SYNC api, how can i locate the local file location?
Thanks.