rapidwebltd/php-google-people-api

Resource has been exhausted

mcamatta opened this issue · 1 comments

Hello! Somebody can help me?

When I save a user in my application, the user should be saved in Google Contacts. But it has this error:

{"error":{"code":429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED", "details":[{"@type":"type.googleapis.com/google.rpc.QuotaFailure", "violations": [{"subject": "QUOTA_EXCEEDED", "description": "FBS quota limit exceeded"}]}]}}

@mcamatta Did you ever figure out how to resolve this?