I have few Dropbox Business Advanced Plans and I've noticed that team log events on download activities suddenly stopped arriving on several accounts, while events on all other activities arrive properly. I query the events using RestAPI with the following request:
URL: https://api.dropboxapi.com/2/team_log/get_events
Method: POST
Headers: Authorization Token Header, Content Type JSON
Params: time - with the following format - yyyy-MM-dd'T'HH:mm:ss'Z'
(usually quering events that happened a minute ago)
Edit:
I also checked the Activity tab in my Admin console(https://www.dropbox.com/team/admin/activity) and I just don't see any download activities arrive.
Has anything changed regarding download activities?
Thanks.