<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Downloading from a shared, password-protected folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263814#M15426</link>
    <description>&lt;P&gt;Thanks for looking into it.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 22:28:50 GMT</pubDate>
    <dc:creator>diziet</dc:creator>
    <dc:date>2018-02-06T22:28:50Z</dc:date>
    <item>
      <title>Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263794#M15424</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to access a shared folder that is password protected. Currently, I can get the contents of the folder with &lt;STRONG&gt;list_folder&lt;/STRONG&gt;() but it is unclear how I would get actual downloads for the files. If I was accessing my own account I could use &lt;STRONG&gt;get_temporary_link&lt;/STRONG&gt;() but I am struggling to find the equivalent for a shared, password-protected folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In particular, &lt;SPAN&gt;&lt;STRONG&gt;get_shared_link_file&lt;/STRONG&gt;&lt;/SPAN&gt;() returns "shared_link_access_denied", even when supplied with the correct password for the folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263794#M15424</guid>
      <dc:creator>diziet</dc:creator>
      <dc:date>2019-05-29T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263811#M15425</link>
      <description>&lt;P&gt;If the shared folder is mounted in the account of the connected user:&lt;/P&gt;
&lt;P&gt;- to list the contents, it is best to use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(supplying the `path` value), and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/&lt;/A&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;list_folder/continue&lt;/A&gt;, if necessary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- the download file data, it is best to use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;/2/files/download&lt;/A&gt;. (Using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;/2/files/get_temporary_link&lt;/A&gt;&amp;nbsp;would also work though.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the shared folder is not mounted in the account of the connected user, and you only have a shared link for the folder:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp;to list the contents, use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&amp;nbsp;(supplying the `shared_link` value), and&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/&lt;/A&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;list_folder/continue&lt;/A&gt;, if necessary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp;the download file data, use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;&amp;nbsp;(supplying the `link_password` value, if necessary).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you're trying to use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;, 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.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 22:22:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263811#M15425</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-06T22:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263814#M15426</link>
      <description>&lt;P&gt;Thanks for looking into it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 22:28:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/263814#M15426</guid>
      <dc:creator>diziet</dc:creator>
      <dc:date>2018-02-06T22:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/345608#M19941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I too am getting the &lt;STRONG&gt;shared_link_access_denied &lt;/STRONG&gt;error when using the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;get_shared_link_file&lt;/A&gt;&amp;nbsp;API call with a valid password. Have you been able to figure out why this is happening?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 12:59:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/345608#M19941</guid>
      <dc:creator>hashken</dc:creator>
      <dc:date>2019-05-21T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/345619#M19942</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1145980"&gt;@hashken&lt;/a&gt;&amp;nbsp;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.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:15:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/345619#M19942</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-21T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading from a shared, password-protected folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/385071#M21413</link>
      <description>&lt;P&gt;This issue with calling&amp;nbsp;/2/sharing/get_shared_link_file with a password is now fixed and should be working properly.&lt;/P&gt;
&lt;P&gt;Apologies for any inconvenience this may have caused, and thanks again for bringing this to our attention.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 19:11:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-from-a-shared-password-protected-folder/m-p/385071#M21413</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-12-18T19:11:20Z</dc:date>
    </item>
  </channel>
</rss>

