In android API v1 I am able to pass access token through which I didn't need to login to Dropbox. In api v2 can you please let me know how to do that?
In API v2 auto access can be done without the following code -
Auth.startOAuth2Authentication(MainActivity.this, Constants.APP_KEY);
Please provide me any solution.