I have a service that makes multiple calls to Google Calendar API (list and insert). I am getting “googleapi: Error 403: Calendar usage limits exceeded., quotaExceeded” error after certain period of time.
But when I try to test the same API by manually calling it inside a for loop, it returns “googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded”.
I need to know what are the differences between them?
Thanks!