Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us 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 the files. If I was accessing my own account I could use get_temporary_link() but I am struggling to find the equivalent for a shared, password-protected folder.
In particular, get_shared_link_file() returns "shared_link_access_denied", even when supplied with the correct password for the folder.
Thanks for any help.
5 Replies
Sort By
- Greg-DB
Dropbox Staff
If 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.
- dizietNew member | Level 2
Thanks for looking into it.
- hashkenNew 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?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,989 PostsLatest Activity: 3 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!