So I have setup dropbox, have everything working well, have also setup webhooks to notify that a unknown change has happened.
Here is my problem, the dropbox instance has 22,000+ folders inside it.
There is absolutely no way I can efficiently process this volume of /folder/continues just for example if one file / folder has changed. It makes Zero sense.
What is the solution, or is it impossible to truly detect a single file / folder change and efficiently process that change?
There is no way to identify the change, all I can do is call listfolder/continue on every single folder which makes the dropbox API pretty much useless in instances where there are a very large number of folders.