Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
diziet
8 years agoNew member | Level 2
Downloading from a shared, password-protected folder
Hello - I am trying to access a shared folder that is password protected. Currently, I can get the contents of the folder with list_folder() but it is unclear how I would get actual downloads for...
Greg-DB
Dropbox Community Moderator
8 years agoIf the shared folder is mounted in the account of the connected user:
- to list the contents, it is best to use /2/files/list_folder (supplying the `path` value), and /2/files/list_folder/continue, if necessary.
- the download file data, it is best to use /2/files/download. (Using /2/files/get_temporary_link would also work though.)
If the shared folder is not mounted in the account of the connected user, and you only have a shared link for the folder:
- to list the contents, use /2/files/list_folder (supplying the `shared_link` value), and /2/files/list_folder/continue, if necessary.
- the download file data, use /2/sharing/get_shared_link_file (supplying the `link_password` value, if necessary).
It sounds like you're trying to use /2/sharing/get_shared_link_file, but are unexpectedly getting a `shared_link_access_denied` error. I just tried it out myself, and it looks like there may be an issue with that right now. We'll look into it.
- diziet8 years agoNew member | Level 2
Thanks for looking into it.
- hashken7 years agoNew member | Level 2
Hi,
I too am getting the shared_link_access_denied error when using the get_shared_link_file API call with a valid password. Have you been able to figure out why this is happening?
- Greg-DB7 years ago
Dropbox Community Moderator
hashken This is a bug on our side unfortunately. It's open with engineering, but I don't have a timeline for a fix right now.
- Greg-DB6 years ago
Dropbox Community Moderator
This issue with calling /2/sharing/get_shared_link_file with a password is now fixed and should be working properly.
Apologies for any inconvenience this may have caused, and thanks again for bringing this to our attention.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!