<?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 Pull a list of Shared folders and it's permissions in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657200#M29928</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create a Python script using the API to pull a list of all shared folders and it's permissions as this feature doesn't exist on the Admin Console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm on a Business account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've created the APP and generated the API key with the correct permissions, but I'm not able to list all the root/parent folders and it's members.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 00:11:27 GMT</pubDate>
    <dc:creator>See Saw IT Support</dc:creator>
    <dc:date>2023-02-07T00:11:27Z</dc:date>
    <item>
      <title>Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657200#M29928</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create a Python script using the API to pull a list of all shared folders and it's permissions as this feature doesn't exist on the Admin Console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm on a Business account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've created the APP and generated the API key with the correct permissions, but I'm not able to list all the root/parent folders and it's members.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 00:11:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657200#M29928</guid>
      <dc:creator>See Saw IT Support</dc:creator>
      <dc:date>2023-02-07T00:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657246#M29930</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1616209"&gt;@See Saw IT Support&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I'm trying to create a Python script using the API to pull a list of all shared folders ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1616209"&gt;@See Saw IT Support&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What would you say for method &lt;A title="Returns a list of all team-accessible namespaces" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.DropboxTeam.team_namespaces_list" target="_blank" rel="noopener"&gt;team_namespaces_list&lt;/A&gt;/&lt;A title="Once a cursor has been retrieved, use this to paginate through all team-accessible namespaces" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.DropboxTeam.team_namespaces_list_continue" target="_blank" rel="noopener"&gt;continue&lt;/A&gt;? 🧐 Once you have all namespaces and their type you can get the metadata for everything of interest for you. &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; Take a look on &lt;A title="Lists all team folders" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.DropboxTeam.team_team_folder_list" target="_blank" rel="noopener"&gt;team_team_folder_list&lt;/A&gt;/&lt;A title="Once a cursor has been retrieved, use this to paginate through all team folders" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.DropboxTeam.team_team_folder_list_continue" target="_blank" rel="noopener"&gt;continue&lt;/A&gt;, may be useful too.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 03:33:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657246#M29930</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-07T03:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657278#M29932</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790" target="_self"&gt;&lt;SPAN class=""&gt;Здравко&lt;/SPAN&gt;&lt;/A&gt;, thanks for your input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially, if I'm able to pull only the shared folders list I will be happy. Permissions/Owners/Members would be a plus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to use the method you mentioned and give you a feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gus&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 09:20:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657278#M29932</guid>
      <dc:creator>See Saw IT Support</dc:creator>
      <dc:date>2023-02-07T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657828#M29948</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Здравко,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to pull the shared folders list... but I'm struggling now to pull the metadata to get the owners, as well... do you have any idea on how the script would look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gus&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:56:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/657828#M29948</guid>
      <dc:creator>See Saw IT Support</dc:creator>
      <dc:date>2023-02-08T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/658476#M29967</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1616209"&gt;@See Saw IT Support&lt;/a&gt; To list the members of a shared folder, including each member's access level such as 'owner', etc., you would use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_list_folder_members" target="_blank"&gt;sharing_list_folder_members&lt;/A&gt; and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_list_folder_members_continue" target="_blank"&gt;sharing_list_folder_members&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 13:28:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/658476#M29967</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-10T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pull a list of Shared folders and it's permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/659946#M29988</link>
      <description>&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;LI-SPOILER&gt;I am also trying to create a Python script using the API to pull a list of all shared folders and for that I am looking for the information online and I am glad I found your post. I also would like to help you by sharing the &lt;A href="https://essayservicescanner.com/papersowl-review/" target="_self"&gt;https://essayservicescanner.com/papersowl-review/&lt;/A&gt; website with you where you will find Papersowl reviews. If you take high marks in your essay assignment then I will recommend you to hire them. It also save your precious time.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Feb 2023 07:59:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pull-a-list-of-Shared-folders-and-it-s-permissions/m-p/659946#M29988</guid>
      <dc:creator>MerylDebose</dc:creator>
      <dc:date>2023-02-27T07:59:22Z</dc:date>
    </item>
  </channel>
</rss>

