{“error”:“invalid_client”,“message”:“Client authentication failed”}

邮差的信 提交于 2019-12-02 08:29:09

The link you provide for the "redirect" URI must be the one that Google has specified. You're redirecting to Google's servers with the information - not your own server.

This URI should be in the form

https://oauth-redirect.googleusercontent.com/r/YOUR_PROJECT_ID

where YOUR_PROJECT_ID is replaced with the project ID for your Action.

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