I have implemented an Android code for Downloading / Uploading files to Dropbox App folder based on the old, simple DBRoulette example, which works perfectly well under Dropbox APIv1.
I have spent many hours trying to modify the "official" APIv2 example code from:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
without much success.
Is there a simple example source code for APIv2, similar to DBRoulette example, that can be used to replace the old APIv1 implementation ?