We have been using webhooks in our app for processing changes to a user's library. We have run into an issue with the v2 /list_folder/continue with cursor calls.
Whenever we get a user_id from webhooks, our app makes a call to the list_folder/continue API with the most recent cursor for the user (which we persist in our backend store). However, whenever we make this call we invariably get no entries back. We have noticed that we need to add a delay of 5 seconds or more to get the entries back.
I am wondering why there is such a noticeable lag to get the changes to a user's library. Also, our app is a "development" dropbox app. Would apps with "production" status have a more responsive experience when processing dropbox changes?