As per the Dropbox API doc, there limits to the API calls, but Dropbox does not wish to disclose any info on limitations.
I understand that there might be daily/monthly quota on upload/download APIs, but what are the limitations on RPC endpoints? The reason I ask this is because, I will be doing a complete scan of pretty large Dropbox Business accounts (Thousands of members with millions of folders). Listing each folder at a time will be very time consuming and may even take days, so I plan to list multiple folders simulataneously and wanted to take advice on limits on number of concurrent list_folder requests. I ran a few tests and the behaviour was inconsistent. That is, at times I was able to list 10 folders concurrently while other times I get '429 too many requests' when trying to list 3 folders concurrently.