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
Samnis
4 years agoExplorer | Level 4
Refresh token, where I can find an implementation example or tutorial?
Hi,
I need to update my app to support new OAuth code flow with PKCE/scopes and new short-lived tokens. For code flow with PKCE and scopes I see there is the new method "DBClientsManager.authorizeFromControllerV2:...". But, where I can find a tutorial or an example about using and refreshing short-lived tokens? I don't know which method to call, when call it and how to manage the response.
I have read:
- https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions
- https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#implement-refresh-tokens
- example app DBRoulette
- this forum
but I found nothing.
Please help, thank you.
If you use the SDK and implement the authorization flow as documented, i.e., using authorizeFromControllerV2, the SDK will actually automatically handle the short-lived access token and refresh token logic for you.
- SamnisExplorer | Level 4
Sorry,
I missed some info: I am using the official Objective-C SDK from Dropbox available here:
https://github.com/dropbox/dropbox-sdk-obj-c
Thank you
- Greg-DBDropbox Staff
If you use the SDK and implement the authorization flow as documented, i.e., using authorizeFromControllerV2, the SDK will actually automatically handle the short-lived access token and refresh token logic for you.
- SamnisExplorer | Level 4
Wow, good news :-) I'll try it as soon as possible.
Greg, thank you very much for your prompt answer.
PS: maybe you should add a clarification to the documentation :-)
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!