<?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: shared_link_access_denied error with get_shared_link_file and new &amp;quot;/scl&amp;quot; link with fil in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700520#M3479</link>
    <description>&lt;P&gt;Thanks! Can you double check this sample is for a 'shared_link_access_denied' error though? This sample has a 401 status code, but errors like 'shared_link_access_denied' would be expected to have a 409 status code. A 401 indicates an authorization issue, like an invalid or expired access token, for example. In any case, you should check the response body for the error message to see the cause.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 18:49:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-07-21T18:49:21Z</dc:date>
    <item>
      <title>shared_link_access_denied error with get_shared_link_file and new "/scl" link with file password</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700445#M3476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to download a file protected by password using&amp;nbsp;get_shared_link_file with the new formatted "/scl" shared links but this still results in a shared_link_access_denied response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link, password and bearer are good and same query works fine for month with old "/s" format.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 14:02:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700445#M3476</guid>
      <dc:creator>TedDC</dc:creator>
      <dc:date>2023-07-21T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700510#M3477</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the access type (full Dropbox or app folder) of the app registration you're using&lt;/LI&gt;
&lt;LI&gt;the name and version number of the Dropbox SDK/library you are using, if any&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s) and parameter value(s), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you'd prefer to share privately, please &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket here&lt;/A&gt;. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:09:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700510#M3477</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-21T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700515#M3478</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's an app folder access type and I'm using the Dropbox API v2 for HTTP Developers (&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the relative path to the file (it's just a zipped text file with no extension) :&lt;/P&gt;&lt;P&gt;Dropbox/AppName/Records/59&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shared link created with create_shared_link_with_settings and password "ABC59". I also tried to create this link with the context menu, the same share link is generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample query (works fine for other files, like "/58", but with legacy formatting):&lt;/P&gt;&lt;P&gt;Authorization: Bearer &amp;lt;access token&amp;gt;&lt;/P&gt;&lt;P&gt;Content-Type: text/plain; charset=utf-8&lt;/P&gt;&lt;P&gt;Dropbox-API-Arg: {"url": "&lt;A href="https://www.dropbox.com/scl/fi/" target="_blank"&gt;https://www.dropbox.com/scl/fi/&lt;/A&gt;&amp;lt;specific_link&amp;gt;&amp;amp;dl=1","link_password": "&lt;SPAN&gt;ABC59&lt;/SPAN&gt;"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response :&lt;/P&gt;&lt;P&gt;HTTP 401 Unauthorized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;&lt;P&gt;Content-Security-Policy: sandbox allow-forms allow-scripts&lt;/P&gt;&lt;P&gt;Server: envoy&lt;/P&gt;&lt;P&gt;Accept-Encoding: identity,gzip&lt;/P&gt;&lt;P&gt;Cache-Control: no-cache&lt;/P&gt;&lt;P&gt;Date: Fri, 21 Jul 2023 18:13:03 GMT&lt;/P&gt;&lt;P&gt;X-Robots-Tag: noindex, nofollow, noimageindex&lt;/P&gt;&lt;P&gt;Strict-Transport-Security: max-age=31536000; includeSubDomains; preload&lt;/P&gt;&lt;P&gt;Content-Length: 87&lt;/P&gt;&lt;P&gt;X-Dropbox-Response-Origin: far_remote&lt;/P&gt;&lt;P&gt;X-Dropbox-Request-Id: 594fb26ba13341a1bfc614ffd9b1998a&lt;/P&gt;&lt;P&gt;X-Content-Type-Options: nosniff&lt;/P&gt;&lt;P&gt;Www-Authenticate: Bearer realm="Dropbox-API"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:38:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700515#M3478</guid>
      <dc:creator>TedDC</dc:creator>
      <dc:date>2023-07-21T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700520#M3479</link>
      <description>&lt;P&gt;Thanks! Can you double check this sample is for a 'shared_link_access_denied' error though? This sample has a 401 status code, but errors like 'shared_link_access_denied' would be expected to have a 409 status code. A 401 indicates an authorization issue, like an invalid or expired access token, for example. In any case, you should check the response body for the error message to see the cause.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:49:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700520#M3479</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-21T18:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700522#M3480</link>
      <description>&lt;P&gt;Sorry, I got the header wrong in my previous post because I tried multiple solutions. Here is the good one :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP 409 Conflict&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;&lt;P&gt;Content-Security-Policy: sandbox allow-forms allow-scripts&lt;/P&gt;&lt;P&gt;Server: envoy&lt;/P&gt;&lt;P&gt;Accept-Encoding: identity,gzip&lt;/P&gt;&lt;P&gt;Cache-Control: no-cache&lt;/P&gt;&lt;P&gt;Date: Fri, 21 Jul 2023 18:51:52 GMT&lt;/P&gt;&lt;P&gt;X-Robots-Tag: noindex, nofollow, noimageindex&lt;/P&gt;&lt;P&gt;Strict-Transport-Security: max-age=31536000; includeSubDomains; preload&lt;/P&gt;&lt;P&gt;Content-Length: 98&lt;/P&gt;&lt;P&gt;X-Dropbox-Response-Origin: far_remote&lt;/P&gt;&lt;P&gt;X-Dropbox-Request-Id: 4cbdabcd9ff14e8ca6675a62d6023936&lt;/P&gt;&lt;P&gt;X-Content-Type-Options: nosniff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Body :&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"error_summary": "shared_link_access_denied/...",&lt;BR /&gt;"error": {&lt;BR /&gt;".tag": "shared_link_access_denied"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:54:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700522#M3480</guid>
      <dc:creator>TedDC</dc:creator>
      <dc:date>2023-07-21T18:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700526#M3481</link>
      <description>&lt;P&gt;Thanks, that's helpful. Please try again but using an access token for an app with the "full Dropbox" access type instead of "app folder". There's currently a bug that can cause this error on this endpoint when calling with an access token for an app folder app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 19:09:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700526#M3481</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-21T19:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700531#M3482</link>
      <description>&lt;P&gt;Thanks Greg, it seems to work that way.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 19:25:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/700531#M3482</guid>
      <dc:creator>TedDC</dc:creator>
      <dc:date>2023-07-21T19:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: shared_link_access_denied error with get_shared_link_file and new "/scl" link with fil</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/769619#M4049</link>
      <description>&lt;P&gt;Update: the /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file endpoints (and corresponding methods in the SDKs) should now work when using an access token for an app with the app folder access type.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:33:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/shared-link-access-denied-error-with-get-shared-link-file-and/m-p/769619#M4049</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-09T18:33:49Z</dc:date>
    </item>
  </channel>
</rss>

