Join the Conversation: The Dash Community Is Now Open! ✨🎉
Forum Discussion
Thomas S.12
11 years agoNew member | Level 1
Is it possible to get user's action details on a file ?
Hi, I'm trying to build an app that record every action happening on my Dropbox For business like the Report API for Google Drive to store something like this: what the user did, on which file, at which moment. The expected result would be like the dropbox event page (File Renamed, File Edited etc ...).
I setted up the webhook that notifies me everytime a file is changed, then I receive the team_id and members id (no uid by the way), and I tried a lot of combinations of request with delta and get_events and the best I do is getting users logs activity...
So now I am asking myself if this is realy possible to build an app like this for Dropbox ?
4 Replies
Replies have been turned off for this discussion
- Greg-DB11 years ago
Dropbox Community Moderator
The Dropbox API doesn't currently offer an events API quite like what you're looking for, but I'll be sure to pass this along as a feature request.
The features you already mentioned are the closest currently available, but it sounds like those don't quite suit your needs. One other thing that may be useful though is the Core API /revisions call, which lists revisions for a single file in a user's account:
- Thomas S.1211 years agoNew member | Level 1
Thanks for the answer.
But just by curiousity I'd like to know how are you doing to log events in the event page ? Does it means you don't use your API ?
- Greg-DB11 years ago
Dropbox Community Moderator
The events page is just part of the Dropbox web site, as opposed to being a Dropbox API app.
- Thomas S.1211 years agoNew member | Level 1
Thanks for the information.
Now, the easy way to solve my issue would be to add the Client IP in the Delta response, and then with some data combinations I would almost be able to reach my goal !
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!