Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
Nickk888
7 years agoExplorer | Level 3
Some questions about security
Hello everyone! I have some questions about the API security. The application I am programming right now is connected to my dropbox account registered as an App that is using a different directo...
Greg-DB
Dropbox Staff
7 years agoThe API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. It is technically possible to connect to just one account, by embedding an access token for the desired account in the app itself, like you describe, but we don't recommend doing so, for various technical and security reasons.
There isn't a way to configure a download-only permission, but I'll pass this along as a feature request.
Alternatively, you could consider using shared links to link to content in your Dropbox:
https://www.dropbox.com/help/files-folders/view-only-access
You can modify these links for direct access, e.g., to programmatically download from them:
- Greg-DB5 years ago
Dropbox Staff
I just wanted to follow up on this to let you know that we've released "scopes" functionality on the Dropbox API, which you can use to configure an app or access token to only a limited set of functionality, such as the ability to read but not write files.
You can find more information about the release in our blog post here:
https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,972 PostsLatest Activity: 23 hours ago
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 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!