cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
If you’ve changed your email address, now's the perfect time to update it on your Dropbox account and we’re here to help! Learn more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pulling changes through API

Pulling changes through API

johnyoungts
New member | Level 2

Is it possible to use the API to look at all the changes made from all users?

We're doing certification where we need to "log" changes made within the files and folders.


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.

Thanks,

1 Reply 1

Greg-DB
Dropbox Staff

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:

  1. Using /2/team_log/get_events[/continue] with a Dropbox Business API app with "team auditing" access: 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" 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.
  2. Using /2/files/list_folder[/continue] via the "member file access" feature with a Dropbox Business API app with the "team member file access" permission: 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.
     
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?