Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Alex1110
2 years agoExplorer | Level 3
Empty response and has_more true at /team_log/get_events
We are using endpoint /team_log/get_events and with some queryes it returns empty response (randomly). For example 1. URL: https://api.dropboxapi.com/2/team_log/get_events body: {
"limit"...
Greg-DB
Dropbox Community Moderator
2 years agoThe 'events' list returned by /2/team_log/get_events and /2/team_log/get_events/continue does not have a guaranteed minimum size, and so may have a size of 0 in some cases. It may vary across calls, teams, parameter values, etc. Whenever an app receives "has_more": true it should call back to /2/team_log/get_events/continue with the returned cursor.
Alex1110
2 years agoExplorer | Level 3
But I'm receiving empty array in https://api.dropboxapi.com/2/team_log/get_events also. But as I understood we need just call /2/team_log/get_events/continue with cursor in loop
- Greg-DB2 years ago
Dropbox Community Moderator
Yes, this applies to both /2/team_log/get_events and /2/team_log/get_events/continue. In any case that you get "has_more": true, whether from /2/team_log/get_events or /2/team_log/get_events/continue, you should call back to /2/team_log/get_events/continue.
About Discuss Dropbox Developer & API
Make connections with 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!