AI-generated Key Takeaways
-
API updates have a maximum quota of 1,500 requests every 60 seconds.
-
Exceeding the API quota or not registering your Cloud Project Number results in a RESOURCE_EXHAUSTED error message.
-
Insufficient tokens for quota is the specific message within the error when the quota is exceeded.
-
Not adding the correct Google Cloud project number in the Actions Center is a reason why API quota can exceed.
API quotas
API updates have a maximum quota of 1,500 requests every 60 seconds, or 25 requests per second on average. Before you register your Cloud Project Number with Google, or when a quota exceeds, Google responds with the following error message:
{
"error": {
"code": 429,
"message": "Insufficient tokens for quota ...",
"status": "RESOURCE_EXHAUSTED",
"details": [...]
}
}