<?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: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/660194#M29995</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1519522"&gt;@Rolana&lt;/a&gt; Yes, that seems like it be a reasonable workaround for identifying the member folder in the listing for the connected account. Thanks for sharing!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 18:58:06 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-02-15T18:58:06Z</dc:date>
    <item>
      <title>Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629758#M29087</link>
      <description>&lt;P&gt;We are trying to migrate our app functionality to deal with the new Team Spaces accounts, but are encountering an issue when trying to access some of the folders returned from&amp;nbsp;&lt;SPAN&gt;/2/sharing/list_folders&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We're passing the additional&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root header in the request, and this is returning folders which appear to be user's root folders with shared folder IDs (these root folders are not shared to other members).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Example of a problem folder:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;".tag":"folder",&lt;BR /&gt;"name":"Barnaby",&lt;BR /&gt;"path_lower":"/barnaby",&lt;BR /&gt;"path_display":"/Barnaby",&lt;BR /&gt;"parent_shared_folder_id":"6232378048",&lt;BR /&gt;"id":"id:AfDuPpgIULAAAAAAAAAACg",&lt;BR /&gt;"shared_folder_id":"6145433808",&lt;BR /&gt;"sharing_info":{&lt;BR /&gt;"read_only":false,&lt;BR /&gt;"parent_shared_folder_id":"6232378048", &amp;lt;--- This is the Team Space Root.&lt;BR /&gt;"shared_folder_id":"6145433808",&lt;BR /&gt;"traverse_only":false,&lt;BR /&gt;"no_access":false&lt;BR /&gt;}&lt;BR /&gt;},&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When subsequently trying to access&amp;nbsp;/2/sharing/get_folder_metadata&amp;nbsp;&amp;nbsp;(passing the&amp;nbsp;&lt;SPAN&gt;shared_folder_id above, TeamAdmin ID and the&amp;nbsp;Dropbox-API-Path-Root header),&amp;nbsp;&lt;/SPAN&gt;the API returns a 409 (conflict) &lt;SPAN&gt;- if the&amp;nbsp;Dropbox-API-Path-Root header is excluded, the result is the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&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;"invalid_id/..."&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;"invalid_id"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"user_message"&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;"locale"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"en"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"text"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Invalid&amp;nbsp;shared&amp;nbsp;folder&amp;nbsp;ID."&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/2/files/get_metadata&amp;nbsp;&amp;nbsp;does not return an error, but there doesn't appear to be a way of identifying these as user folders under the Team Spaces root with that call (the data appears to be the same as included in the list_folders).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So is there are way of excluding these folders in the sharing/list_folders response, or a way of identifying these folders as the Team Member root folders and why does it contain a shared_folder_id if the Id is invalid? Currently the response is being caught and dealt with that way, but it's not an ideal solution.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 17:23:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629758#M29087</guid>
      <dc:creator>marty-greenwell-cloudm</dc:creator>
      <dc:date>2022-10-17T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629838#M29096</link>
      <description>&lt;P&gt;Thanks for the post, and apologies for the confusion. These member folders each have their own shared_folder_id value as they are each a mounted namespace in the context of the team space (even though they're not technically a "shared folder").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately there isn't a proper way to exclude or identify these member folders as such, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 19:03:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629838#M29096</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-10-17T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629894#M29102</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1583133"&gt;@marty-greenwell-cloudm&lt;/a&gt;, a temporary workaround might be exclusion of all namespaces (shared folders in quotes) with ID that participates to set of 'member_folder_id' constructed using call to &lt;A title="Lists members of a team" href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_blank" rel="noopener"&gt;/2/team/members/list_v2&lt;/A&gt;. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to some extent.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 22:52:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629894#M29102</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-10-17T22:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629942#M29103</link>
      <description>&lt;P&gt;Yeah, I'll have a look at that as it's probably neater than catching a 409.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 08:15:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/629942#M29103</guid>
      <dc:creator>marty-greenwell-cloudm</dc:creator>
      <dc:date>2022-10-18T08:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/659945#M29987</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;! I found approach that may be a solution but it would be awesome if you check this&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F0BBDC0F44E557DC5E3B309D74A37E01/emoticons/1f60a.png" alt=":smiling_face_with_smiling_eyes:" title=":smiling_face_with_smiling_eyes:" /&gt; What about comparing&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;shared_folder_id&lt;/FONT&gt; with&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;home_namespace_id&lt;/FONT&gt; gotten from &lt;FONT face="courier new,courier"&gt;get_current_account&lt;/FONT&gt; response? If this ids are the same then folder is not shared. This is your personal folder. What do you think?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I suppose there is no way that personal folder can become shared...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Feb 2023 09:10:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/659945#M29987</guid>
      <dc:creator>Rolana</dc:creator>
      <dc:date>2023-02-15T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shared folder ID - 409 Conflict when calling sharing/get_folder_metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/660194#M29995</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1519522"&gt;@Rolana&lt;/a&gt; Yes, that seems like it be a reasonable workaround for identifying the member folder in the listing for the connected account. Thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:58:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-shared-folder-ID-409-Conflict-when-calling-sharing-get/m-p/660194#M29995</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-15T18:58:06Z</dc:date>
    </item>
  </channel>
</rss>

