我试图为我的应用程序添加谷歌认证,我的应用程序是用拉勒维尔社会名流的Laravel5.5构建的。为此,我通过控制台创建了一个google+帐户,并启用了google+ api。



因此,当我尝试注册时,当它重定向回url时,它会给我以下错误。我几乎看过很多文件和堆叠的问题。但没有运气。
这是错误
GuzzleHttp \ Exception \ ClientException (403)
Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` resulted in a `403 Forbidden` response: { "error": { "code": 403, "message": "Legacy People API has not been used in project 有谁能帮我一下吗谢谢

发布于 2019-11-17 10:24:57
使用Socialite::with('Google')->user();
是帮我
https://stackoverflow.com/questions/58820784
复制相似问题