One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
agomezv
3 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-DB
Dropbox 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,951 PostsLatest Activity: 57 minutes ago
If 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!