<?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: Unable to download shared file with no password protection in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-download-shared-file-with-no-password-protection/m-p/535292#M25759</link>
    <description>&lt;P&gt;To clarify, does the shared link itself refer to a particular file, or to a folder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it refers to a file, you should not supply the "path" parameter when calling /2/sharing/get_shared_link_file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it refers to a folder, you should supply the "path" parameter when calling /2/sharing/get_shared_link_file, and the value should be the relative path of the desired file inside the folder. So, for example, if the linked folder is named "Folder", and it contains a file named "File.ext", you would supply a "path" value of just "/File.ext". Or, as another example, if the linked folder is named "Folder", and it contains another folder named "Subfolder, and that "Subfolder" contains a file named "File.ext", you would supply a "path" value of "/Subfolder/File.ext".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this still isn't working as expected for you though, please share the code and parameter values you're using so we can take a look. If you'd prefer to share privately, you can &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket here&lt;/A&gt;. In either case though, do not share your access token.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 17:53:41 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-07-26T17:53:41Z</dc:date>
    <item>
      <title>Unable to download shared file with no password protection</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-download-shared-file-with-no-password-protection/m-p/535199#M25755</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to download a file on a shared link. The file(s) are not password protected. So when i'm using the browser I'm able to download the file without logging in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- I'm using these REST api:&amp;nbsp;&lt;SPAN&gt;/sharing/get_shared_link_file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Using a registered app with the correct rights (all access at the moment)&lt;/P&gt;
&lt;P&gt;- other calls like /files/list_folder on the public link are working&lt;/P&gt;
&lt;P&gt;- checked:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file&lt;/A&gt;&amp;nbsp;if i'm missing something&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting an 409 conflict status code and the body:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_summary"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"shared_link_not_found/."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;".tag"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"shared_link_not_found"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;When changing the path parameter to a non existance file in the header I'm getting:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;shared_link_not_found&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Anyone know what i'm doing wrong?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Jul 2021 22:23:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-download-shared-file-with-no-password-protection/m-p/535199#M25755</guid>
      <dc:creator>Almer_</dc:creator>
      <dc:date>2021-07-26T22:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to download shared file with no password protection</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-download-shared-file-with-no-password-protection/m-p/535292#M25759</link>
      <description>&lt;P&gt;To clarify, does the shared link itself refer to a particular file, or to a folder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it refers to a file, you should not supply the "path" parameter when calling /2/sharing/get_shared_link_file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it refers to a folder, you should supply the "path" parameter when calling /2/sharing/get_shared_link_file, and the value should be the relative path of the desired file inside the folder. So, for example, if the linked folder is named "Folder", and it contains a file named "File.ext", you would supply a "path" value of just "/File.ext". Or, as another example, if the linked folder is named "Folder", and it contains another folder named "Subfolder, and that "Subfolder" contains a file named "File.ext", you would supply a "path" value of "/Subfolder/File.ext".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this still isn't working as expected for you though, please share the code and parameter values you're using so we can take a look. If you'd prefer to share privately, you can &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket here&lt;/A&gt;. In either case though, do not share your access token.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 17:53:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-download-shared-file-with-no-password-protection/m-p/535292#M25759</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-07-26T17:53:41Z</dc:date>
    </item>
  </channel>
</rss>

