You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am facing an error while configurating the starter template.
after added the json google api client id for oauth then i try the login feature with the creds given on readme. unfortunately i got the 401 exception. here is the error message:
additionally, the error was caused by VENDORPATH\google\apiclient\src\Http\REST.php at line 128
// retry strategy
123 if (intVal($code) >= 400) {
124 // if we errored out, it should be safe to grab the response body
125 $body = (string) $response->getBody();
126
127 // Check if we received errors, and add those to the Exception for convenience
128 throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body));
129 }
hello devs,
i am facing an error while configurating the starter template.
after added the json google api client id for oauth then i try the login feature with the creds given on readme. unfortunately i got the 401 exception. here is the error message:
The text was updated successfully, but these errors were encountered: