Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Sophia S.3
10 years agoNew member | Level 1
Dropbox /1/team/log/get_events is giving events except category "files"
Before V1 deprecated API user to give information about all the categories. After it is deprecated I am not able see events for files category. Please provide more information about the same. Is the API /1/team/log/get_events call restricted to provide events on files or some bug is stopping me to get information about files.
My request does not has any category filter.
request body:
{
"start_ts" : 1469603296000
}
Thanks,
Murali
13 Replies
- Sophia S.310 years agoNew member | Level 1
Hey,
I checked it today for the files uploaded by a non team member. I am seeing events for the files. Thanks for the update.
The response I am seeing here for the file event is
{
"event_type": "add_files",
"member_id": null,
"info_dict": {
"host_id": 1,
"is_dir": false,
"file_id": "id:*********PAAAAAAAAAABw",
"path": "/external/test.txt"
},
"ip_address": "*********",
"user_id": null,
"name": "***@gmail.com",
"country": "IN",
"event_type_description": "Added files",
"event_category": "files",
"time": "2016-09-15T13:09:18+00:00",
"email": "***@gmail.com"
}Here both member_id, user_id is null, How do I get file's metadata here?
- Greg-DB10 years ago
Dropbox Community Moderator
If you know what team member's account has the shared folder, you can use member file access to call /2/files/get_metadata for that file ID.
The event log unfortunately doesn't currently indicate which member(s) have that shared folder though, but I'll be sure to pass this along as a feature request too.
- Sophia S.310 years agoNew member | Level 1
Thanks you,
Here I am firing API call across the team, So I have no clue which team member have that shared folder.
Thanks,
Murali
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!