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
rsegoly
9 years agoExplorer | Level 4
download file using python API frpm another user
I am able to downoad and upload files from my Dropbox account using Python or command line
But can I download files from another user?
- Greg-DBDropbox StaffEvery API call for uploading or downloading to/from a Dropbox account requires an access token for that account. You can easily generate an access token for your own account, but to get them for other users of your app, you'll need to send them through the OAuth app authorization flow.
We have an OAuth guide here that should be helpful:
https://www.dropbox.com/developers/reference/oauth-guide
If you're using the official Dropbox Python SDK, there are helpers to process this here:
https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.oauth.DropboxOAuth2Flow- rsegolyExplorer | Level 4
:)
I should have thought bout it beofre, changing the token
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 44 minutes 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!