<?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: How to get all the files and folders of a business account ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281777#M17253</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works perfect! From my testing, I notice is that,&amp;nbsp; the last item itself gives me everything. Step3 looks redundant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only difference between both the methods is how path_lower returned for&amp;nbsp; 'Private' and 'Shared' items and which makes sense based on what set as root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone else looking for the same, final&amp;nbsp;snippet of what I used for&amp;nbsp;finding all the 'Private', 'Shared' and 'Team' content of what each user has access to with in the business account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;path = {&lt;SPAN&gt;".tag"&lt;/SPAN&gt;: &lt;SPAN&gt;"root"&lt;/SPAN&gt;,&lt;SPAN&gt;"root"&lt;/SPAN&gt;:&lt;SPAN&gt;"namespace_id of team_folder"&lt;/SPAN&gt;}&lt;BR /&gt;headers = {&lt;BR /&gt;    &lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;: &lt;SPAN&gt;"Bearer " &lt;/SPAN&gt;+ &lt;SPAN&gt;self&lt;/SPAN&gt;.access_token,&lt;BR /&gt;    &lt;SPAN&gt;"Content-Type"&lt;/SPAN&gt;: &lt;SPAN&gt;"application/json"&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;"Dropbox-API-Path-Root"&lt;/SPAN&gt;: json.dumps(path),&lt;BR /&gt;    &lt;SPAN&gt;"Dropbox-API-Select-User"&lt;/SPAN&gt;: &lt;SPAN&gt;"dbmid:....."&lt;BR /&gt;&lt;/SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;data = {&lt;BR /&gt;    &lt;SPAN&gt;"path"&lt;/SPAN&gt;: &lt;SPAN&gt;""&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;"recursive"&lt;/SPAN&gt;: &lt;SPAN&gt;True&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jun 2018 22:01:09 GMT</pubDate>
    <dc:creator>searchx</dc:creator>
    <dc:date>2018-06-23T22:01:09Z</dc:date>
    <item>
      <title>How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281388#M17212</link>
      <description>&lt;P&gt;I am trying to find the possible ways to get all the 1) Personal files and folder 2) team folder and files 3) Anything shared with the user. Basically a complete snapshot of what the particular user has access to with in the business account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading through the documentations,&amp;nbsp;looks like I need to following steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other simple way which will give me all the data that user has and also has access to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For all of the below, I will be using 'Dropbox-API-Select-Admin' as one of the headers so that it has access to any user account with in the business account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;For business accounts, here is the flow for getting the data &lt;BR /&gt;from dropbox&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;1. namespaces (team/namespaces/list)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;2. members (team/members/list)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;To get the full data of a particular user,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;1. Find the 'member_folder_id' of the user from &lt;BR /&gt;'members' api&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;2. Use that value as namespace id  'ns:member_folder_id' in the &lt;BR /&gt;header path.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;3. From the 'namespaces' find all the 'shared_folder' where &lt;BR /&gt;this particular user is a member by calling &lt;BR /&gt;['sharing/list_folder_members' &lt;/SPAN&gt;&lt;SPAN&gt;and by group APIs where user &lt;BR /&gt;can be a member]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281388#M17212</guid>
      <dc:creator>searchx</dc:creator>
      <dc:date>2019-05-29T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281417#M17213</link>
      <description>&lt;DIV&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/724314"&gt;@searchx&lt;/a&gt;!&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;Initially, I wanted to suggest that, if you’re a team admin, you could create an &lt;/SPAN&gt;&lt;SPAN class="attrlink url author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;&lt;A class="attrlink" href="https://www.dropbox.com/help/business/view-activity" target="_blank" rel="noreferrer nofollow noopener" data-target-href="https://www.dropbox.com/help/business/view-activity"&gt;activity report&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt; or &lt;/SPAN&gt;&lt;SPAN class="attrlink url author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;&lt;A class="attrlink" href="https://www.dropbox.com/help/business/export-member-data" target="_blank" rel="noreferrer nofollow noopener" data-target-href="https://www.dropbox.com/help/business/export-member-data"&gt;export a member data report&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;. You might also find &lt;/SPAN&gt;&lt;SPAN class="attrlink url author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;&lt;A class="attrlink" href="https://www.dropboxforum.com/t5/API-Support-Feedback/Getting-files-from-a-non-root-namespace/td-p/271673" target="_blank" rel="noreferrer nofollow noopener" data-target-href="https://www.dropboxforum.com/t5/API-Support-Feedback/Getting-files-from-a-non-root-namespace/td-p/271673"&gt;this thread&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt; to be helpful as well.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;Finally, you’ll notice that I’ve moved your post here since you may find more relevant info/suggestions to your query.&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@AEF569BFDD1DD3EB9180949D237CD92A/images/emoticons/1f600.png" alt=":grinning:" title=":grinning:" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=" author-d-1gg9uz65z1iz85zgdz68zmqkz84zo2qovvz69zj2z87zz74zxz85zbz74zrz71zz90zaqz86zdz77zz83z5z87zz79zz74z67xz83zsz77zid"&gt;In the mean time, I hope you have wonderful day ahead!&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jun 2018 09:19:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281417#M17213</guid>
      <dc:creator>Lusil</dc:creator>
      <dc:date>2018-06-21T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281436#M17215</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like that doesn't work for me. My app has 'Team member file access'. When I try the below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;POST /2/files/list_folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Host:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.dropboxapi.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.dropboxapi.com&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Authorization: Bearer &amp;lt;token&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Type: application/json&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dropbox-Api-Select-User: dbmid:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"path": "",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"recursive": true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get only the list of files from the user&amp;nbsp;and nothing from team folders.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:54:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281436#M17215</guid>
      <dc:creator>searchx</dc:creator>
      <dc:date>2018-06-21T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281492#M17223</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/724314"&gt;@searchx&lt;/a&gt;&amp;nbsp;It sounds like the team probably uses the "team space" configuration, so the team folders aren't mounted inside the member's own folder. You'll need to use the "Dropbox-API-Path-Root" header to identify the team space in that case. The Namespace Guide goes over this in detail:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide&amp;nbsp;" target="_blank"&gt;https://www.dropbox.com/developers/reference/namespace-guide&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:18:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281492#M17223</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-21T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281561#M17229</link>
      <description>&lt;P&gt;Thanks Greg.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is still confusing. Let me re-iterate my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an Admin token and I would like to see all the files that user has access to ( Private, team and shared). Accoding to the team space concept, in order to do that,&amp;nbsp;I need to first find out all the name space ids and make calls (list/list_folder) for each?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is there a way, that I can make single (list_folder/continue) call as described in the documentation '&lt;SPAN&gt;Dropbox-API-Select-User' ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If there is a way, what combination of headers( Dropbox-API-Select-User andDropbox-API-Path-Root) I should use?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 10:15:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281561#M17229</guid>
      <dc:creator>searchx</dc:creator>
      <dc:date>2018-06-22T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281630#M17242</link>
      <description>&lt;P&gt;It sounds like for what you're trying to do, the basic outline would look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_blank"&gt;/2/team/members/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue" target="_self"&gt;/continue&lt;/A&gt;] or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info" target="_self"&gt;/2/team/members/get_info&lt;/A&gt;&amp;nbsp;to get the team member's information, such as their member ID, if you don't already have it.&lt;/LI&gt;
&lt;LI&gt;Call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank"&gt;/2/users/get_current_account&lt;/A&gt; with&amp;nbsp;Dropbox-API-Select-User containing the member ID to get the member's root info, i.e., both their root namespace ID and their home namespace ID. (This will be a "TeamRootInfo" type if the user is part of a team using the team space configuration.)&lt;/LI&gt;
&lt;LI&gt;Call&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] with path="" and recursive=true to get the full file/folder listing for the member using both Dropbox-API-Select-User&amp;nbsp;&lt;SPAN&gt;containing the member ID&amp;nbsp;&lt;/SPAN&gt;and Dropbox-API-Path-Root containing the "home" mode as documented in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide#pathrootmodes" target="_blank"&gt;the Namespace Guide&lt;/A&gt;&amp;nbsp;(or just omit it, since this is the default). Note that this will include anything mounted inside the member's&amp;nbsp;Dropbox, e.g., shared folders. Be sure to continue paging through using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when has_more=true as documented for&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Repeat the above, but using&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root with the "root" mode and supply the "root_namespace_id". This will give the contents of the team space.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 22 Jun 2018 17:17:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281630#M17242</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-22T17:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all the files and folders of a business account ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281777#M17253</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works perfect! From my testing, I notice is that,&amp;nbsp; the last item itself gives me everything. Step3 looks redundant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only difference between both the methods is how path_lower returned for&amp;nbsp; 'Private' and 'Shared' items and which makes sense based on what set as root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone else looking for the same, final&amp;nbsp;snippet of what I used for&amp;nbsp;finding all the 'Private', 'Shared' and 'Team' content of what each user has access to with in the business account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;path = {&lt;SPAN&gt;".tag"&lt;/SPAN&gt;: &lt;SPAN&gt;"root"&lt;/SPAN&gt;,&lt;SPAN&gt;"root"&lt;/SPAN&gt;:&lt;SPAN&gt;"namespace_id of team_folder"&lt;/SPAN&gt;}&lt;BR /&gt;headers = {&lt;BR /&gt;    &lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;: &lt;SPAN&gt;"Bearer " &lt;/SPAN&gt;+ &lt;SPAN&gt;self&lt;/SPAN&gt;.access_token,&lt;BR /&gt;    &lt;SPAN&gt;"Content-Type"&lt;/SPAN&gt;: &lt;SPAN&gt;"application/json"&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;"Dropbox-API-Path-Root"&lt;/SPAN&gt;: json.dumps(path),&lt;BR /&gt;    &lt;SPAN&gt;"Dropbox-API-Select-User"&lt;/SPAN&gt;: &lt;SPAN&gt;"dbmid:....."&lt;BR /&gt;&lt;/SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;data = {&lt;BR /&gt;    &lt;SPAN&gt;"path"&lt;/SPAN&gt;: &lt;SPAN&gt;""&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;"recursive"&lt;/SPAN&gt;: &lt;SPAN&gt;True&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 22:01:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281777#M17253</guid>
      <dc:creator>searchx</dc:creator>
      <dc:date>2018-06-23T22:01:09Z</dc:date>
    </item>
  </channel>
</rss>

