Error fetching OAuth2 access token : 500 Error

六眼飞鱼酱① 提交于 2019-12-05 23:11:41

It might be a Google synchronization issue. Check out this Google Groups post and see if you have a similar issue.

Joe Bergevin

I believe this issue is similar to this question on SO. You'll find the solution in the comments of the answer.

To disable at run time, you can use $this->client->setClassConfig("Google_Http_Request", "disable_gzip", true) as well.

This worked great for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!