I have a service which sync all files and folder from dropbox after each 5 minutes using Dropbov API V2.
Service is deployed on two environments Staging and Live. The problem is I have 1 folder which has 448 files/folder on my dropbox account.
On live it took 4 minutes to fetch all files in 1 dropbox api request whereas on staging it took almost 40 minutes with multiple dropbox api continue request. Like first it fetch 113 items then again it goes back and fetch 13 and so on. Any idea why it is taking so much time on Staging? same service is deployed on both staging and live environment and connected to same Dropbox Account