Hello. I would like to implement a sync files behavior for my android application using the Dropbox API v2. From the Java documentation and your samples on github I find it hard to understand what steps are needed in order to achieve such a behavior. You have only samples for uploading and downloading a file, but what about synching multiple files?
Could you please be so kind to provide a basic tutorial doing that or describe in some detail the steps I need to follow in order to implement such functionality for an android app? Thank you!