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."
}
}