I am trying to troubleshoot a problem reported by my users, and am looking at a Dropbox for Business detailed activity log. It immediately raises about a million questions, about how to parse and interpret the log. Is there a written guide anywhere that explains this? Surely someone has some notes on things like:
- Most of what you want is in the Info field, which you're going to have to split on colons, commas, brackets, and braces (each of which delineates ... what?).
- The Info field starts with a WHATISIT? field that is one of these in double quotes: target_users, host_id, member_ids, file_obj_id, file_name, ...
- Specific things are referred to by their _id fields, which you can translate into object names by ....?