I'm integrating Dropbox with GotDone, the time tracking assistant that helps you keep track of everything you've worked on automatically.
I'm running into an issue with webhooks, particularly when sync operations take a long time with lots of changes are triggered.
As an example, I'm deleting a single 'node_modules' folder (~15K files). Immediatly, Dropbox starts firing webhooks my way, for several minutes (screenshot illustrates the problem).
Ideally, I'd like to wait until the sync operation completed before receiving any webhooks. Is that possible?
If not, what is the best way for me to determine when the operation is complete on Dropbox' end?