<?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 Get List of Shared folders in Dropbox Team in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564355#M26531</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get list of Team and Shared Folders as shown in Content section of Admin console.&lt;/P&gt;&lt;P&gt;I am able to get Team Folders using the Dot Net Official SDK:&lt;/P&gt;&lt;P&gt;TeamFolderListResult result = await teamclient.Team.TeamFolderListAsync(tfargs);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I obtain the list of Shared Folders, as shown in screenshot below, quickly using official Dot Net SDK ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gagsbh_0-1639576396075.png" style="width: 605px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/26620i2E74F9129EE01377/image-dimensions/605x360?v=v2" width="605" height="360" role="button" title="gagsbh_0-1639576396075.png" alt="gagsbh_0-1639576396075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 13:57:58 GMT</pubDate>
    <dc:creator>gagsbh</dc:creator>
    <dc:date>2021-12-15T13:57:58Z</dc:date>
    <item>
      <title>Get List of Shared folders in Dropbox Team</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564355#M26531</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get list of Team and Shared Folders as shown in Content section of Admin console.&lt;/P&gt;&lt;P&gt;I am able to get Team Folders using the Dot Net Official SDK:&lt;/P&gt;&lt;P&gt;TeamFolderListResult result = await teamclient.Team.TeamFolderListAsync(tfargs);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I obtain the list of Shared Folders, as shown in screenshot below, quickly using official Dot Net SDK ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gagsbh_0-1639576396075.png" style="width: 605px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/26620i2E74F9129EE01377/image-dimensions/605x360?v=v2" width="605" height="360" role="button" title="gagsbh_0-1639576396075.png" alt="gagsbh_0-1639576396075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:57:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564355#M26531</guid>
      <dc:creator>gagsbh</dc:creator>
      <dc:date>2021-12-15T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of Shared folders in Dropbox Team</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564413#M26533</link>
      <description>&lt;P&gt;To list all namespaces (including both team folders and shared folders) for the team via the .NET SDK, you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_NamespacesListAsync_1.htm" target="_self"&gt;NamespacesListAsync&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_NamespacesListContinueAsync_1.htm" target="_self"&gt;NamespacesListContinueAsync&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for reference, to just list the shared folders for a particular user, you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ListFoldersAsync_1.htm" target="_self"&gt;ListFoldersAsync&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ListFoldersContinueAsync_1.htm" target="_self"&gt;ListFoldersContinueAsync&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 18:56:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564413#M26533</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-15T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of Shared folders in Dropbox Team</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564488#M26534</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to obtain the list of Shared Folders using:&lt;/P&gt;&lt;P&gt;TeamNamespacesListResult result = await teamclient.Team.NamespacesListAsync();&lt;/P&gt;&lt;P&gt;List&amp;lt;NamespaceMetadata&amp;gt; lstMetatdata = result.Namespaces.ToList();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NamespaceMetadata has properties Name,&amp;nbsp;NamespaceId,&amp;nbsp;TeamMemberId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is NamespaceId same as the FolderID of the Shared Folder ?&lt;/P&gt;&lt;P&gt;If not, how do I quickly obtain the FolderID of the Shared Folders obtained from the&amp;nbsp;NamespacesListAsync API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 05:34:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564488#M26534</guid>
      <dc:creator>gagsbh</dc:creator>
      <dc:date>2021-12-16T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of Shared folders in Dropbox Team</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564604#M26540</link>
      <description>&lt;P&gt;Yes, shared folders and team folders are both types of "namespaces". For a shared folder, the "namespace ID" is the same as the "shared folder ID" (and likewise, for team folders, the "namespace ID" is the same as the "team folder ID").&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 18:17:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-List-of-Shared-folders-in-Dropbox-Team/m-p/564604#M26540</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-16T18:17:14Z</dc:date>
    </item>
  </channel>
</rss>

