Fischer asked this 8 years ago

Laravel Socialite Access Not Configured. Google+ API (truncated...) exception 'GuzzleHttp\Exception

Hi,

I am setting up Socialite2.0 on Laravel 5.3. I registered FB and Google apps and configured services.php with credentials.

Facebook login is working fine, but Google authentication fails at redirection. I found this in Laravel logs.

ERROR: exception 'GuzzleHttp\Exception\ClientException' with message 'Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` resulted in a `403 Forbidden` response:
{"error":{"errors":[{"domain":"usageLimits","reason":"accessNotConfigured","message":"Access Not Configured. Google+ API (truncated...)

How do I resolve this?


Best Answer by pseudoFish 8 years ago

Go to google developer's console and enable Google+ API

 

ben100 8 years ago
5 likes

This can be fixed by enabling Google+ API

 

Google+ API

rijo 6 years ago
2 likes
Bundle of thanks
Guest 4 years ago
for mine its already enabled and i enabled that in last week. But still I'm facing the same issues