5

I'm developing an action on Google that requires the user to login with my services. I was able to implement account linking.

That works fine; I'm able to complete the entire flow to authenticate the user using the Google Home app, but I couldn't find a way to unlink the account. The service does not appear at

Apps with access to your account

Is there any way to unlink an account?

4

4 回答 4

4

API.AI 和 Actions SDK 上的“预览”功能将清除任何现有的 OAuth 令牌,以便您在您的帐户上执行操作。

在运行“预览”并调用您的操作后——“OK Google,与 $invocationName 交谈”——系统将提示您再次关联帐户。

于 2016-12-12T20:10:38.297 回答
2

显然,自从回答了这个问题后,情况发生了变化。现在模拟器中有一个“用户”图标,您可以使用它来取消链接。帐户取消链接

于 2019-03-14T23:19:16.327 回答
1

您可以从以下网址取消关联您的 Google 帐户:https ://myaccount.google.com/u/0/security?hl=en

取消关联帐户

于 2019-08-24T15:04:24.357 回答
0

在 Google 控制台上执行操作 -> 模拟器,然后单击“在设备上测试”按钮,最后重新启动测试。

测试设备按钮

于 2018-05-22T02:52:15.893 回答