We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
mbm123
4 years agoExplorer | Level 4
Access without an "app"
Hey, I was wondering if it is possible to access a dropbox account without the token generated in the app console. What I mean is, can I use an api on my python script that will query an input drop...
- 4 years ago
Yes, that's correct.
Greg-DB
Dropbox Staff
mbm123 Performing Dropbox API calls, such as to list and download files from a Dropbox account, does require an access token; they can't be performed using the account username and password directly.
mbm123
4 years agoExplorer | Level 4
I thought that much, but then how do applications such as Total Commander integrate Dropbox?
As far as I remember, you can "connect" your dropbox account into Total Commander and it will behave just like the actual dropbox app, download/upload files as expected.
- Greg-DB4 years agoDropbox Staff
mbm123 Third party apps enable end-users to connect their Dropbox accounts by implementing the OAuth app authorization flow. This is a way for third party apps to ask the user to allow the app to access the user's account. When the user approves an app using this flow, the app is given an access token. You can find more information on how this flow works in the OAuth Guide and authorization documentation.
- mbm1234 years agoExplorer | Level 4
Thank you for the answer, but let me stress this matter just a bit more 😉
Can I do that within a hosting server?
Webpage that wraps dropbox upload download.
Nothing malicious, just for home use.
- Greg-DB4 years agoDropbox Staff
mbm123 It's not possible to perform the entire OAuth app authorization flow within your own app only. The user needs to be sent to Dropbox to indicate to Dropbox whether or not they want to authorize the app. If they do approve it, Dropbox itself then generates the token(s).
Note though that you only need to do this once per user. The app can store and re-use the resulting access/refresh tokens without further manual interaction.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!