<?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: Need to fetch all events of all users under the same admin using single access token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152270#M5069</link>
    <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;Greetings.&lt;/P&gt;
&lt;P&gt;We do have couple of more questions on this. As said, we are planning to use file events handling separately. And for all the other events, we'll use "log-get-events". Correct me if I'm wrong.&lt;/P&gt;
&lt;P&gt;Here the question is about the files. Which end point should we use?&lt;/P&gt;
&lt;P&gt;We tried using "/1/delta", "/2/files/list_folder" with recursion on and "/2/files/list_folder/continue" with cursor. All these are returning just the list of files in the provided path. We are not able to find the revisions of the files returned. Or for that we have to make "/2/files/list_revisions" call to get the revisions on each file? Is there an endpoint which returns all the file events inside the provided path for a particular user in order?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;-Arjun&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2016 22:41:10 GMT</pubDate>
    <dc:creator>Brian B.62</dc:creator>
    <dc:date>2016-03-03T22:41:10Z</dc:date>
    <item>
      <title>Need to fetch all events of all users under the same admin using single access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152267#M5066</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We want to fetch all the events of all users under the same admin user using admin user's access token. We created "Business API App" with "Team Member File Access" permission. We have couple of questions here.&lt;BR /&gt;- Tried with "log-get-events" where it doesn't capture all events(uploading file etc.). webhook/inline polling? Which method do you recommend us to use and is the same available in the sdk?&lt;BR /&gt;- We are using sdk v2. But as sdk v2 is in beta, please let us know if this is the same recommended in the production.&lt;BR /&gt;- We are using DbxTeamClientV2 to query with asMember("member-id"). Is this the correct way to use it?&lt;/P&gt;
&lt;P&gt;We need almost all events such as like, comment, share, file upload, download, folder creation, deletion, edit.. etc. and also need a delta edits/deletes during the next poll. Looking for something like various events together something like log-get-events outputs. Please let us know the recommended way to do this. A quick response will be of great help.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;BR /&gt;-Arjun Kadayaprath&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:35:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152267#M5066</guid>
      <dc:creator>Brian B.62</dc:creator>
      <dc:date>2019-05-29T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to fetch all events of all users under the same admin using single access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152268#M5067</link>
      <description>&lt;P&gt;Using a&amp;nbsp;Dropbox Business API app with the&amp;nbsp;"Team Member File Access" permission sounds like the right way to do this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get non-file events, you can use the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers-v1/business/docs#log-get-events" target="_blank" rel="nofollow noreferrer"&gt;/1/team/log/get_events&lt;/A&gt;&amp;nbsp;endpoint, as you mentioned.&lt;/P&gt;
&lt;P&gt;To get file events, you will need to use the user-specific methods. In the Java SDK, using the&amp;nbsp;asMember method to operate on a specific member is the right way.&lt;/P&gt;
&lt;P&gt;There isn't a single way to get that for all members of a team&amp;nbsp;though, so you'll need to iterate through and perform on each member individually. We'll consider this a feature request though.&lt;/P&gt;
&lt;P&gt;For server-side apps, using &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank" rel="nofollow noreferrer"&gt;webhooks&lt;/A&gt; is the best way to get notified of file changes quickly. For client-side apps, you can using &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/152c926bfe357f555e5714835c43fba0838a89b9/examples/longpoll/src/com/dropbox/core/examples/longpoll/Main.java" target="_blank" rel="nofollow noreferrer"&gt;longpolling&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;As you mentioned though, the API v2 Java SDK is still considered beta, so we don't&amp;nbsp;recommend using it in production quite yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 02:09:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152268#M5067</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-02T02:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need to fetch all events of all users under the same admin using single access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152269#M5068</link>
      <description>&lt;P&gt;Thanks for the quick response! That helped.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:42:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152269#M5068</guid>
      <dc:creator>Brian B.62</dc:creator>
      <dc:date>2016-03-02T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to fetch all events of all users under the same admin using single access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152270#M5069</link>
      <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;Greetings.&lt;/P&gt;
&lt;P&gt;We do have couple of more questions on this. As said, we are planning to use file events handling separately. And for all the other events, we'll use "log-get-events". Correct me if I'm wrong.&lt;/P&gt;
&lt;P&gt;Here the question is about the files. Which end point should we use?&lt;/P&gt;
&lt;P&gt;We tried using "/1/delta", "/2/files/list_folder" with recursion on and "/2/files/list_folder/continue" with cursor. All these are returning just the list of files in the provided path. We are not able to find the revisions of the files returned. Or for that we have to make "/2/files/list_revisions" call to get the revisions on each file? Is there an endpoint which returns all the file events inside the provided path for a particular user in order?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;-Arjun&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 22:41:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152270#M5069</guid>
      <dc:creator>Brian B.62</dc:creator>
      <dc:date>2016-03-03T22:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need to fetch all events of all users under the same admin using single access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152271#M5070</link>
      <description>&lt;P&gt;The /delta endpoint on API v1 and the /list_folder endpoints on API v2 allow your app to get the full current state of the&amp;nbsp;Dropbox account, and then efficiently stay up to date with further changes. They do not offer information about previous revisions.&lt;/P&gt;
&lt;P&gt;If you do need full revision information, you will need to use the /list_revisions endpoint as you mentioned. There isn't a more general endpoint for getting all file events,&amp;nbsp;but I'll be sure to pass this along as feedback.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 03:18:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-to-fetch-all-events-of-all-users-under-the-same-admin-using/m-p/152271#M5070</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-04T03:18:06Z</dc:date>
    </item>
  </channel>
</rss>

