<?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: 409 error with list_shared_links and business account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432263#M22865</link>
    <description>&lt;P&gt;The&amp;nbsp;/2/sharing/list_shared_links endpoint is the right API endpoint for listing the shared links owned by a user, regardless of account type.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'path/not_found' error indicates that there was nothing found at the path specified in the API call via the "path" parameter though. Double check that you're supplying a correct path value for that account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that if you're trying to access the contents of a "team space" though, you will need to configure the API call accordingly. Please refer to &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;the Namespace Guide&lt;/A&gt; for information on doing so.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 16:12:26 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-06-24T16:12:26Z</dc:date>
    <item>
      <title>409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432167#M22862</link>
      <description>&lt;P&gt;Hi - We are getting the following error:&lt;/P&gt;
&lt;PRE&gt;{"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}}&lt;/PRE&gt;
&lt;P class="p1"&gt;When calling the:&lt;/P&gt;
&lt;PRE&gt;https://api.dropboxapi.com/2/sharing/list_shared_links&lt;/PRE&gt;
&lt;P&gt;Endpoint from a business account. It's not erroring with a normal/free user.&lt;/P&gt;
&lt;P&gt;Is there something I am missing here? What would the set of API calls be to get the list of shared links for a user to cover all user types?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 10:43:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432167#M22862</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-06-24T10:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432263#M22865</link>
      <description>&lt;P&gt;The&amp;nbsp;/2/sharing/list_shared_links endpoint is the right API endpoint for listing the shared links owned by a user, regardless of account type.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'path/not_found' error indicates that there was nothing found at the path specified in the API call via the "path" parameter though. Double check that you're supplying a correct path value for that account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that if you're trying to access the contents of a "team space" though, you will need to configure the API call accordingly. Please refer to &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;the Namespace Guide&lt;/A&gt; for information on doing so.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 16:12:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432263#M22865</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-24T16:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432289#M22868</link>
      <description>&lt;P&gt;Hi - I am not specifying a path parameter, so as per the docs:&lt;/P&gt;&lt;PRE&gt;If no path is given, returns a list of all shared links for the current user.&lt;/PRE&gt;&lt;P&gt;Shouldn't this return everything for that current user?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:24:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432289#M22868</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-06-24T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432305#M22869</link>
      <description>&lt;P&gt;Thanks for the information! Yes, if you're not supplying the path parameter at all, it should list all of the shared links for that account. Getting a 'path/not_found' in that case is unexpected, so we'll look into it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:59:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432305#M22869</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-24T17:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432306#M22870</link>
      <description>&lt;P&gt;Also, if you can share several 'X-Dropbox-Request-Id' response header values for these unexpected failures, that would be helpful.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 18:01:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432306#M22870</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-24T18:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432528#M22873</link>
      <description>&lt;P&gt;Hi - great thanks. Here are a few headers as requested - they are all for the same account/request though as we only have the one test business account:&lt;/P&gt;&lt;PRE&gt;X-Dropbox-Request-Id: 4441335fbdddd5ccdff074a90fda0f1c
X-Dropbox-Request-Id: adb429f3aaafb238c1ccf36347ed3ead
X-Dropbox-Request-Id: f8153e46e014701e5e513629791a238c&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jun 2020 13:22:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432528#M22873</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-06-25T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432546#M22874</link>
      <description>&lt;P&gt;Thanks! That's helpful. We're looking into it. I'll follow up here once I have an update on this.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:19:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/432546#M22874</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-25T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/434985#M22973</link>
      <description>&lt;P&gt;Hi - Did you manage to look into this? Is there any update?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 09:27:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/434985#M22973</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-07-06T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/435194#M22978</link>
      <description>&lt;P&gt;This is still open with engineering, but I don't&amp;nbsp;have an update on this yet. I'll let you know once I do.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 17:28:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/435194#M22978</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-06T17:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/437855#M23092</link>
      <description>&lt;P&gt;OK thanks - I guess I'll just have to periodically check back and chase.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 07:47:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/437855#M23092</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-07-16T07:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/441656#M23175</link>
      <description>&lt;P&gt;Thanks for your patience while we looked into this. This issue was related to accessing the contents of accounts using the "team space" configuration in particular: &lt;A href="https://help.dropbox.com/teams-admins/team-member/team-space-overview" target="_self"&gt;https://help.dropbox.com/teams-admins/team-member/team-space-overview&lt;/A&gt; This should be working properly now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the updated documentation for more information on how to use this endpoint to list the shared links in different parts of the user's account: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, if you don't specify the 'Dropbox-API-Path-Root' header, the call will be rooted in the user's member folder only. If you also want to list shared links in the team space, you'll need to set the the 'Dropbox-API-Path-Root' header root mode as covered in the Namespace Guide: &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;https://www.dropbox.com/developers/reference/namespace-guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:21:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/441656#M23175</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-30T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: 409 error with list_shared_links and business account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/443515#M23218</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt; - appreciate you fixing that.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 14:45:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/409-error-with-list-shared-links-and-business-account/m-p/443515#M23218</guid>
      <dc:creator>qwc</dc:creator>
      <dc:date>2020-08-07T14:45:11Z</dc:date>
    </item>
  </channel>
</rss>

