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 ?