Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Peter D.51
10 years agoNew member | Level 1
Python API for Dropbox
Trying to produce a Python script to manipulate sharing of folders between Dropbox accounts. The Tutorial is not present, and the APIs doe not seem to provide a mechanism to build a Members data str...
Greg-DB
Dropbox Community Moderator
9 years agoThere isn't a programmatic way for obtaining an access token for an account. The user must explicitly authorize the app. Apps can store and re-use access tokens though. If your app has done this, and has an access token for the necessary accounts, then it can use the file/folder moving API call to move the shared folder as desired.
Access tokens are sensitives pieces of data though and should be handled securely, since they allow access to Dropbox accounts. So, for a web app, this is reasonably safe, since all of the access tokens would just be stored on the server and you can implement access control as necessary. However, for a client-side app, every instance of the app should only have access tokens for those local users. I.e., one user shouldn't be able to access another user's access token.
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!