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
Gert-Jan K.
10 years agoNew member | Level 1
Using API from Excel VBA
Hello,
I'm trying to figure out how the API exactly works to download files from Dropbox from Excel VBA (2010, 2013). The main issue for now is how to get past the authorization part.
I'v setup ...
Greg-DB
10 years agoDropbox Staff
In that case, if your app will only be connecting to your own account, you don't need to implement the OAuth app authorization flow at all.
For reference, the API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.
However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via https://www.dropbox.com/account/security .) For example, you can generate an access token for your account via your app's page on the App Console.
If you have a shared link that you want to get information about programmatically you can use /metadata/link.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,883 PostsLatest Activity: 2 days 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!