Common Issues

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": [...]
  }
}