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
agomezv
2 years agoExplorer | Level 3
Authentication with VBA app
Hi, one question:
If I invoke from a browser:
the /oauth2/authorize to get authorization code
And then, within my VBA app, use the
ahttps://api.dropbox.com/oauth2/token \
Can I get and refresh the token?
Thanks
- Greg-DBDropbox Staff
Yes, you can get and use a refresh token using the OAuth app authorization flow like this. To do so, make sure you token_access_type=offline on /oauth2/authorize.
You can find more information here:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,908 PostsLatest Activity: 7 minutes 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!