Reputation: 1
I'm working with the Google Drive API and I'm facing an issue with rate limiting when subscribing to file updates using drive.files.watch. Despite implementing an exponential backoff strategy with increasing delays, I am still receiving the subscriptionRateLimitExceeded error after processing a batch of files. This issue occurs even with long delays between requests.
Observations:
What I've tried:
Question: Any insights on how to better throttle or adapt to rate limits for bulk subscription updates?
Upvotes: 0
Views: 26