Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

Xalbat's avatar
Xalbat
Explorer | Level 4
4 years ago

team_log/get_events sometimes missing the last event

I can't figure out the exact circumstances, but sometimes, when sending a team_log/get_events request, the latest event is missing in the answer. We are using Dropbox's webhook system to get notifi...
  • Greg-DB's avatar
    4 years ago

    Apologies for the lack of response here! (I wasn't notified of this post for some reason.)

     

    Anyway, it can take some time to propagate events to the /2/team_log/get_events[/continue] results, so you may not always see the latest results immediately. So, in some cases like this, you may call before all of the latest events are available. If you're seeing this happen regularly and it's causing issues for your app, you may want to add a delay between receiving the webhook notification and calling /2/team_log/get_events[/continue].