Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
georges
9 years agoExplorer | Level 3
--header "Authorization: Bearer ACCESS_TOKEN"
hi
I got a token by creating a dummy app,
then cut-and-paste in the header, and it
works fine (eg. /2/files/upload etc.)
my question is: how can one get the token
without creating that dummy app? -- since
I could do the upload etc. before, manually
thru the website...
thanks
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
You can't upload to the Dropbox API without using an API app.
In order to upload to Dropbox via the Dropbox API, you need a Dropbox API access token, and you can only get an access token via an API app.
Note though that if the app is going to be distributed to end users, they don't need to register their own API apps. They can get an access token for your app on their account using the OAuth flow.
If you only need this app to upload to your own account, you can just continue using the app you registered and the token you retrieved.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!