cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

How to get event log from dropbox using C# for team account

How to get event log from dropbox using C# for team account

jaideepsingh18
New member | Level 2

We are writing an application and need to check what events were in Dropbox after our app last checked the system.

We are using V2 API of Dropbox.

1 Reply 1

Greg-DB
Dropbox Staff

If you want to get the event log, and continuing checking it over time, for a Dropbox Business team from C#, you should use the GetEvents and GetEventsContinue methods in the official Dropbox API v2 .NET SDK, or directly via /2/team_log/get_events[/continue] if you can't use the SDK.

 

Per the message in the documentation however, note that these are currently only available in preview, and are not yet meant for production use. If you need to use this in production, you should instead use /1/team/log/get_events for now. That unfortunately is not implemented in the official .NET SDK though

Need more support?
Who's talking

Top contributors to this post

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