Hi
I recently integrated google sheet using googlesheet-php-api
and when I tried to create a sheet, I am getting the below error
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"errors": [
{
"message": "Resource has been exhausted (e.g. check quota).",
"domain": "global",
"reason": "rateLimitExceeded"
}
],
"status": "RESOURCE_EXHAUSTED"
}
This error is coming only with the Test user I added in developer console . When I try to login with the same email where I get google_credentials, its working fine,
Can you please anyone help me on this?