I am using Android Studio and Dropbox Sync API to read files from Dropbox. I am struggling to implement the instructions at the official Dropbox site for SYNC API.
Can someone show me the steps and the java code which reads a simple .txt file from Dropbox which has the text Hello World!.
https://www.dropbox.com/developers/sync/start/android
Thanks in advance.