帐户关联返回错误

时间:2019-07-25 07:23:23

标签: dialogflow

我在Google Action Console中遇到帐户关联问题。 https://oauth-redirect.googleusercontent.com中的参数应该是什么,以便成功链接帐户并将我重定向回模拟器?

首先,我使用auth0进行帐户链接。 v.i.a模拟器运行成功,即正在打开我登录的auth0登录页面,并向我显示“帐户链接成功”,然后将我重定向回google模拟器页面进行进一步测试。但是,当我使用我的网站进行身份验证时,帐户链接时返回错误。

https://oauth-redirect.googleusercontent.com/r/airpurifier-dlfvrq?state=MY_STATE&access_token=KkvQ85d36b1ebcf0cea06a5148236tdVEp&token_type=bearer

返回“必须在查询字符串中设置参数“ code”或“ error”。作为错误消息

当我有意添加

https://oauth-redirect.googleusercontent.com/r/airpurifier-dlfvrq?state=MY_STATE&access_token=KkvQ85d36b1ebcf0cea06a5148236tdVEp&token_type=bearer&code=200

返回结果时发生错误。

我已经阅读了https://developers.google.com/actions/identity/oauth2

中的全部文档

任何帮助将不胜感激。谢谢。

1 个答案:

答案 0 :(得分:0)

根据文档,返回网址应采用以下格式:

https://oauth-redirect.googleusercontent.com/r/YOUR_PROJECT_ID#access_token=ACCESS_TOKEN&token_type=bearer&state=STATE_STRING

请注意,您正在使用“?”在项目ID后应为“#”。更改并尝试。它应该工作。