We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
VIctorCZ
3 years agoNew member | Level 2
Get new AccessToken when access token expired (Android)
I apologize in advance for my English.
I have several android applications that use Dropbox to send and load data.
Until the last update, Dropbox communication worked properly - probably an Acce...
- 3 years ago
For Android apps using the official Dropbox API v2 Java SDK, you should upgrade to the latest version of the SDK (currently v5.4.4) and use the updated authorization functionality, starting with the startOAuth2PKCE method. You can find an example app here. For instance, you can see where that starts in the code here and how the result is handled here. When you use that functionality as shown, the SDK will then handle the refresh process for you automatically.
--
Edit: updated version number and links.
Greg-DB
Dropbox Staff
For Android apps using the official Dropbox API v2 Java SDK, you should upgrade to the latest version of the SDK (currently v5.4.4) and use the updated authorization functionality, starting with the startOAuth2PKCE method. You can find an example app here. For instance, you can see where that starts in the code here and how the result is handled here. When you use that functionality as shown, the SDK will then handle the refresh process for you automatically.
--
Edit: updated version number and links.
VIctorCZ
3 years agoNew member | Level 2
Thank you for your response and help. Using the new SDK, startOAuth2PKCE and DbxCredential, I got accessToken and refreshToken. It's working properly now.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!