Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us 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...
Greg-DB
Dropbox Community Moderator
3 years agoYes, 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.6,011 PostsLatest Activity: 20 hours 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!