<?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: create report of file type usage in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238925#M13234</link>
    <description>&lt;P&gt;You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_self"&gt;/2/files/search&lt;/A&gt;&amp;nbsp;instead of&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/continue]&lt;/A&gt;, but there aren't advanced search options, such as listing extensions and dates like this. You can search for specific file extensions by supplying the extension as the query, but you can only do one in a single search API call . Depending on the specifics of your team, e.g., the number of files they have, and how many extensions you're interested in, etc. this may or may not be better than just using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/continue]&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2017 15:19:27 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-28T15:19:27Z</dc:date>
    <item>
      <title>create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238386#M13201</link>
      <description>&lt;P&gt;I need to create a usage report of our whole company's dropbox instance. &amp;nbsp;For example, we need to know how much video files (in data size) are stored within the whole instance. &amp;nbsp;How do I go about finding all these video files from all user accounts? Is there an example I can begin with? &amp;nbsp;Which APIs would &amp;nbsp;help in this scenario? &amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238386#M13201</guid>
      <dc:creator>janeR</dc:creator>
      <dc:date>2019-05-29T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238435#M13204</link>
      <description>&lt;P&gt;To gather this information for a&amp;nbsp;Dropbox Business team, you'd first need to &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;register&lt;/A&gt;&amp;nbsp;a &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;Dropbox Business API app with the "team member file access" permission&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe we have an example that covers this particular use case, but you would get the full team member list using &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_self"&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;]. Then, using t&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;he "member file access" feature&lt;/A&gt;, for each member you can call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue]&lt;/A&gt;&amp;nbsp;to get information about all of the files in that members account. You can check the size for each file with an extension that you're interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 15:05:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238435#M13204</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-24T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238478#M13207</link>
      <description>&lt;P&gt;Thanks for the reply. &amp;nbsp;We have around 25K users and around TBs of data. &amp;nbsp;Have you run a query like on data this huge? &amp;nbsp;I am just thinking if there's a limit to the data that can be pulled at a certain time. &amp;nbsp;Or any other limitation that I should be aware of? &amp;nbsp;I am still learning the use of the dropbox APIs. &amp;nbsp;Thanks again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 17:52:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238478#M13207</guid>
      <dc:creator>janeR</dc:creator>
      <dc:date>2017-08-24T17:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238494#M13208</link>
      <description>I haven't written something quite like this for a team that large. It may take a long time to run for that many users unfortunately, and I'm afraid I don't have a better solution to offer.&lt;BR /&gt;&lt;BR /&gt;Also, the Dropbox API does have a rate limiting system, but it's mainly meant to prevent abuse so I wouldn't expect it to be an issue for this.</description>
      <pubDate>Thu, 24 Aug 2017 19:13:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238494#M13208</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-24T19:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238729#M13225</link>
      <description>&lt;P&gt;Can i use the search API? &amp;nbsp;I was trying Search but I dont think I can use advance search criteria there such as extension=&amp;lt;video extensions&amp;gt; createdDate=&amp;lt;certain date&amp;gt;. &amp;nbsp;Maybe I'm missing something as far as how the API can be used. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 22:02:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238729#M13225</guid>
      <dc:creator>janeR</dc:creator>
      <dc:date>2017-08-25T22:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: create report of file type usage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238925#M13234</link>
      <description>&lt;P&gt;You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_self"&gt;/2/files/search&lt;/A&gt;&amp;nbsp;instead of&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/continue]&lt;/A&gt;, but there aren't advanced search options, such as listing extensions and dates like this. You can search for specific file extensions by supplying the extension as the query, but you can only do one in a single search API call . Depending on the specifics of your team, e.g., the number of files they have, and how many extensions you're interested in, etc. this may or may not be better than just using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/continue]&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:19:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-report-of-file-type-usage/m-p/238925#M13234</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T15:19:27Z</dc:date>
    </item>
  </channel>
</rss>

