<?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: Pulling changes through API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pulling-changes-through-API/m-p/335748#M19568</link>
    <description>&lt;P&gt;Yes, if you want to list and monitor the file changes for all of the members of your Business team, there are two ways you may go about it:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events" target="_self"&gt;/2/team_log/get_events&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events-continue" target="_self"&gt;/continue&lt;/A&gt;] with a&amp;nbsp;Dropbox Business API app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;"team auditing" access&lt;/A&gt;: This allows you to list and then continue to monitor file change events for all members of your team. You can optionally set the "category"&amp;nbsp;to "file_operations" in particular for file changes, but there are other categories for other types of events. Based on your description, this is probably the method you want to use in your case.&lt;/LI&gt;
&lt;LI&gt;Using&amp;nbsp;&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;] via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the "member file access" feature&lt;/A&gt; with a&amp;nbsp;Dropbox Business API app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;the "team member file access" permission&lt;/A&gt;: You can list the existing contents of any particular member of your team, and then continue monitoring changes over time. This would let you more directly access the actual file structure, but you would need to call for each member separately if you need to see the contents of all accounts.&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 25 Mar 2019 17:30:27 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-03-25T17:30:27Z</dc:date>
    <item>
      <title>Pulling changes through API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pulling-changes-through-API/m-p/335711#M19564</link>
      <description>&lt;P&gt;Is it possible to use the API to look at all the changes made from all users?&lt;BR /&gt;&lt;BR /&gt;We're doing certification where we need to "log" changes made within the files and folders.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there some sort of syslog or even in the API can you pull all changes made, including new users, changes to administration rights, etc etc.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pulling-changes-through-API/m-p/335711#M19564</guid>
      <dc:creator>johnyoungts</dc:creator>
      <dc:date>2019-05-29T09:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling changes through API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pulling-changes-through-API/m-p/335748#M19568</link>
      <description>&lt;P&gt;Yes, if you want to list and monitor the file changes for all of the members of your Business team, there are two ways you may go about it:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events" target="_self"&gt;/2/team_log/get_events&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events-continue" target="_self"&gt;/continue&lt;/A&gt;] with a&amp;nbsp;Dropbox Business API app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;"team auditing" access&lt;/A&gt;: This allows you to list and then continue to monitor file change events for all members of your team. You can optionally set the "category"&amp;nbsp;to "file_operations" in particular for file changes, but there are other categories for other types of events. Based on your description, this is probably the method you want to use in your case.&lt;/LI&gt;
&lt;LI&gt;Using&amp;nbsp;&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;] via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the "member file access" feature&lt;/A&gt; with a&amp;nbsp;Dropbox Business API app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;the "team member file access" permission&lt;/A&gt;: You can list the existing contents of any particular member of your team, and then continue monitoring changes over time. This would let you more directly access the actual file structure, but you would need to call for each member separately if you need to see the contents of all accounts.&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 25 Mar 2019 17:30:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Pulling-changes-through-API/m-p/335748#M19568</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-25T17:30:27Z</dc:date>
    </item>
  </channel>
</rss>

