Monday, October 18, 2021

User rate limit exceeded in Google Apps Script

API call to drive.files.insert failed with error: User rate limit exceeded
- there are various mitigation strategies mentioned in this page, but what I usually use are calls to Logger.log - that seems to take the amount of time sufficient for staying within the 10 calls per second rate.

No comments:

Post a Comment