Account Unlinking on Actions on Google
Asked Answered
I

4

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?

Immunize answered 10/12, 2016 at 19:43 Comment(0)
D
4

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.

Darky answered 12/12, 2016 at 20:10 Comment(2)
Thanks. Do you know if once the project is published the Service/App will appear into your account so you can unlink it?Immunize
Yes, you will be able to see the deployed service in the Home app under Services and you can unlink it from there. You can read a bit more about it in the Google Home help centerGulfweed
G
2

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

Griz answered 14/3, 2019 at 23:19 Comment(0)
R
1

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

unlink account

Rhapsodist answered 24/8, 2019 at 15:4 Comment(0)
D
0

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

Testing on Device Button

Destiny answered 22/5, 2018 at 2:52 Comment(2)
fine for dev, not for productionDyak
for my dev purpose, this proved to be the easiest approach.Subvention

© 2022 - 2024 — McMap. All rights reserved.