I am trying to run the Android example app in the api v2 Github repo. I followed exactly what the README section mentioned, the app successfully run. But after I log in, I can view my files, but when I click on a file to view it (a txt file), I got this error
E/com.dropbox.core.examples.android.FilesActivity: Failed to download file.
com.dropbox.core.InvalidAccessTokenException: {"error_summary": "missing_scope/..", "error": {".tag": "missing_scope", "required_scope": "files.content.read"}}
That error also happen when I try to upload file. Please explain how I can fix this, this is my first project so I am very inexperienced with Java/Android programming.