rapidwebltd / php-google-people-api

👥 This package provides a user friendly way of interacting with Google Contacts via the Google People API.
GNU Lesser General Public License v3.0
99 stars 39 forks source link

Resource has been exhausted #45

Open mcamatta opened 1 year ago

mcamatta commented 1 year ago

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

aaroneden commented 3 months ago

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