rapidwebltd/php-google-people-api

not found $people->all()

mabregu opened this issue · 1 comments

{ "error": { "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "status": "UNAUTHENTICATED" } }

in GooglePeople.php line 63
at GooglePeople->all()


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

I have the same problem. When I run the setup.php via cmd and follow the step. My refresh token are always NULL.

So I try to open the file ('..vendor\rapidwebltd\php-google-oauth-2-handler\src\GoogleOAuth2Handler.php') and edit the script

I change the code in line 33 with this (replace the string with your own uri):
$this->client->setRedirectUri('http://localhost/peopleapi/');

I change the code in line 35 with this :
$this->client->setApprovalPrompt('select_account consent');

Now try run the setup.php again via cmd and follow the step