Account Unlinking on Actions on Google

帅比萌擦擦* 提交于 2019-12-22 08:14:19

问题


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?


回答1:


The "preview" feature on both API.AI and Actions SDK will clear any existing OAuth tokens for your action on your account.

After running "preview" and invoking your action -- "OK Google, talk to $invocationName" -- you'll be prompted to link accounts again.




回答2:


Apparently things have changed since this was answered. Now there is a 'user' icon in the Simulator which you can use to unlink.




回答3:


Go Action on Google console -> Simulator, then click 'Testing on Device' botton, Finally restart the test.




回答4:


You can unlink your Google account from: https://myaccount.google.com/u/0/security?hl=en



来源:https://stackoverflow.com/questions/41079546/account-unlinking-on-actions-on-google

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