<?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 How to search file content for all users on a business account? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-search-file-content-for-all-users-on-a-business-account/m-p/299665#M18198</link>
    <description>&lt;P&gt;I've used the Dropbox Admin toolkit to search all users&amp;nbsp;files and folders names and content for keywords.&amp;nbsp; However, I can't export or save that information using the toolkit.&amp;nbsp; Is there a way to use the APIs to search all users' file names and content?&amp;nbsp; I know I can use file/search to search my own but how would I search all users?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:10:08 GMT</pubDate>
    <dc:creator>hcraeser</dc:creator>
    <dc:date>2019-05-29T09:10:08Z</dc:date>
    <item>
      <title>How to search file content for all users on a business account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-search-file-content-for-all-users-on-a-business-account/m-p/299665#M18198</link>
      <description>&lt;P&gt;I've used the Dropbox Admin toolkit to search all users&amp;nbsp;files and folders names and content for keywords.&amp;nbsp; However, I can't export or save that information using the toolkit.&amp;nbsp; Is there a way to use the APIs to search all users' file names and content?&amp;nbsp; I know I can use file/search to search my own but how would I search all users?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-search-file-content-for-all-users-on-a-business-account/m-p/299665#M18198</guid>
      <dc:creator>hcraeser</dc:creator>
      <dc:date>2019-05-29T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to search file content for all users on a business account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-search-file-content-for-all-users-on-a-business-account/m-p/299901#M18203</link>
      <description>&lt;P&gt;There isn't an efficient way to do this unfortunately, but you can accomplish this by using /2/file/search for each user.&lt;/P&gt;
&lt;P&gt;The basic outline would look like this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Register an app for the "team member file access" permission and use the "Generate" button to get an access token for your team, if you don't already have one.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_blank" rel="noopener noreferrer"&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" rel="noopener noreferrer"&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" rel="noopener noreferrer"&gt;/2/team/members/get_info&lt;/A&gt;&amp;nbsp;to get&amp;nbsp;each team member's information,&amp;nbsp;specifically&amp;nbsp;their member ID, if you don't already have it.&lt;/LI&gt;
&lt;LI&gt;For each member, call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_blank"&gt;/2/files/search&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with&amp;nbsp;Dropbox-API-Select-User containing the member ID, as necessary.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;(Alternatively, if&amp;nbsp;&lt;A href="https://github.com/dropbox/DropboxBusinessAdminTool" target="_blank"&gt;the&amp;nbsp;DropboxBusinessAdminTool&lt;/A&gt; already does most of what you want, you may just want to fork and modify that directly instead.)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 18:46:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-search-file-content-for-all-users-on-a-business-account/m-p/299901#M18203</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-28T18:46:42Z</dc:date>
    </item>
  </channel>
</rss>

