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 dropbox account (and password obviously) for files and then retrieve it?
As far as i've seen, I can only connect via the token to the account that generated it.
Thank you
Yes, that's correct.
- avstudioExplorer | Level 4
I think it is possible, I access to my account from the computer without any verification code, maybe if you look up in your profile page in settings > Security, there are many options to try.
- mbm123Explorer | Level 4I 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-DBDropbox 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.
- vimalapalanisamy22New member | Level 2Currently we are using few Dropbox api method. We are using Authorization flow in which response code ,scope ,client id passed.this will give me Authorization code and i need to pass them to token api which will return access token. Is there any way to automate this process- exchanging Authorization code for access token. Or Dropbox can use api for Authorization flow for instead of this website.
- Greg-DBDropbox Staff
vimalapalanisamy22 No, it is not possible to automate the app authorization flow. That will need to be processed manually once per user. The resulting access token and optional refresh token can be stored and re-used programmatically. Refer to the OAuth Guide and authorization documentation for more information.
- vimala_palanisamy22Explorer | Level 3Let's say ,I am team admin in my team there are 3 members-not admin role are there ..all of them are creating full Dropbox apps. I have added them in the settings->app permission ->other apps..now as a team admin how can I generate a token for the apps that was created by other members without using Authorization flow.
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!