Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
Sorliden
6 years agoNew member | Level 2
Access free folders and files with Dropbox.Api 4.9.4 in .Net
Hi!
I have been provided with a Dropbox URL (https://www.dropbox.com/sh/<code1>/<code2>) where I can access folders and download zip files in my web browser without providing any credentials.
How...
Sorliden
6 years agoNew member | Level 2
Thanks for the fast answer!
I guess I have to convince my information provider to lock the information and require credentials. Feels a little bit odd.
Or can you recommend any other solution of this problem?
Dropbox.Api 4.9.4 seems to be the Dropbox API that is most alive (on https://www.nuget.org/) but it is not a requirment for me. But .Net is a requirment.
Or can you implement an anonymous access token, fast? ;-)
Best regards
Sorliden
Greg-DB
Dropbox Staff
6 years agoUsing the API as I described above would offer you the most control over the integration, but one other solution would be to download from the link directly, without using the API. There's information here on how you can modify these shared links for direct access. You can then programmatically download from the modified link, using an HTTPS GET request, following redirects, with the HTTPS client of your choise. For shared links for folders, that would result in a zip download of the entire folder. You could then unzip that locally and use the contents as desired.
I'll also pass this along as a feature request for an anonymous way to do this on the API, but I can't promise if/when that would be implemented.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,976 PostsLatest Activity: 6 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!