You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Taras L.
9 years agoNew member | Level 2
Android InvalidAccessTokenException at attempt to load file after auth.
I've got InvalidAccessTokenException at any attempt to upload file to Dropbox.
For authorization I use next algorithm:
Auth.startOAuth2Authentication(context, APP_KEY);
//granting access
//previous activity is reopened
String accessToken = Auth.getOAuth2Token();
DbxRequestConfig requestConfig = DbxRequestConfig.newBuilder(CLIENT_ID)
.withHttpRequestor(OkHttp3Requestor.INSTANCE)
.build();
DbxClientV2 client = new DbxClientV2(requestConfig, accessToken);
DropboxClientFactory.getClient().files().uploadBuilder(ADDRESS_IN_DROPBOX)
.uploadAndFinish(inputStream);
which returns InvalidAccessTokenException.
Maybe I/m doing something wrong.
PS I used Android project as example - https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
- Taras L.New member | Level 2
DropboxClientFactory.getClient() = client in previous post.
And problem appears only after revoking access from account settings at Dropbox webpage.
- Greg-DBDropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/38102377/dropbox-api-v2-invalidaccesstokenexception-at-attempt-to-load-file-after-auth ]
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 7 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!