Hello!
We're dealing with a weird situation where some Google Cal API requests respond with the 403 "Calendar limits exceeded".
The setup is like this:
Every 20 minutes we search for events with a custom criteria:
The bottom line is - where's the flaw and what is causing the API to trigger the rate limit when, if you look at the Queries per minute value for the entire project we're between 7-20 queries/min...
I know ideally each calendar used would be signed into the platform and thus we'd use their own account to do changes, but, that's not an option at this time.
Ideas/Opinions?
Thanks,
David.
Solved! Go to Solution.
For anyone stumbling across this - check out the issue on the Issue Tracker, it looks like requests were getting rate-limited because I was trying to send update emails.
For anyone stumbling across this - check out the issue on the Issue Tracker, it looks like requests were getting rate-limited because I was trying to send update emails.