When I'm adding members to Google Groups I'm receiving a 403 Request rate higher than configured
error. This is happening for all applications, including the API Explorer on the Google developer website.
Even if I make only a single request in 12+ hours I still receive the error. I've confirmed the Admin API has plenty of quota remaining on the project.
It is happening only for a single Apps for Education domain.
Request:
POST https://www.googleapis.com/admin/directory/v1/groups/[redacted]%40ryan.catholic.edu.au/members?key={YOUR_API_KEY}
{
"email": "<redacted>",
"role": "MEMBER"
}
Response:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "quotaExceeded",
"message": "Request rate higher than configured."
}
],
"code": 403,
"message": "Request rate higher than configured."
}
}
We have a partial resolution to this.
Issue Summary:
Cause:
Resolution:
In our case we were likely adding too many members to too many groups in a 24 hour period and triggered an undocumented limit (support couldn't tell me what the limit was). We're still waiting for the black-listing to be removed from our domain.
This problem does raise additional questions however:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With