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
VBA & API authentication
Hi, I have a VBA that uses the API to create shared links (another process generates these files) , by now I´m using the token that the AppConsole generates and everything it´s ok.
I only need t...
agomezv
Explorer | Level 3
Thanks Здравко and Greg, One more question:
If from a browser I invoke:
https://www.dropbox.com/oauth2/authorize?client_id=fkdw14thym0pxgz&response_type=code&token_access_type=online
to get an auth code,
And then, within my VBA app, use the
'curl https://api.dropbox.com/oauth2/token \
' -d code=<AUTHORIZATION_CODE> \
' -d grant_type=authorization_code \
' -d redirect_uri=<REDIRECT_URI> \
' -d client_id=<APP_KEY> \
' -d client_secret=<APP_SECRET>
Can I get and refresh the token? Does it will work ?
Thanks
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,908 PostsLatest Activity: 5 hours 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!