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
sir_shepherd
6 years agoExplorer | Level 3
Dropbox API access files on shared link without authentication
Hey everyone, i'm currently writing a new android app for a football club of my village and i want to load some images from a dropbox folder using a shared link. Is it possible to load files from a...
- 6 years ago
If you want programmatic unauthenticated read-only access, you may want to use a Dropbox shared link to the folder (which should contain a component "/sh/") with the URL parameters documented here:
https://help.dropbox.com/files-folders/share/force-download
If you modify the URL as described there, e.g., using a "dl=1" parameter, you can then programmatically download directly from the shared link without using the API, app key, access tokens, etc.
In the case of a shared link for a folder, that will give you a download of a zip file containing the folder. You could then unzip that and use the contents as desired.
Greg-DB
6 years agoDropbox Staff
If you want programmatic unauthenticated read-only access, you may want to use a Dropbox shared link to the folder (which should contain a component "/sh/") with the URL parameters documented here:
https://help.dropbox.com/files-folders/share/force-download
If you modify the URL as described there, e.g., using a "dl=1" parameter, you can then programmatically download directly from the shared link without using the API, app key, access tokens, etc.
In the case of a shared link for a folder, that will give you a download of a zip file containing the folder. You could then unzip that and use the contents as desired.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,911 PostsLatest Activity: 5 hours 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!