OAuth authentication fails when trying to run Account Linking in Google Assistant

Asked 1 years ago, Updated 1 years ago, 70 views

In order to obtain Google Account information from Google Assistant, I am trying to run Account Linking by referring to the URL below.

https://qiita.com/flatfisher/items/1f39de99728d8717c73b

Edit Actions on Google Overview

with Outh authentication ·Authorization URL
  https://accounts.google.com/o/oauth2/v2/auth

when configured. Google accounts cannot be used as Auth endpoint urls per account linking policy
encountered an error.

Enter a description of the image here

If you know how to deal with it, please reply.

google-cloud

2022-09-30 14:46

1 Answers

Nice to meet you.
I also suffered from this error.

The solution is at the end of the following article.
https://discuss.api.ai/t/user-email-with-google-actions/12896/10

The method is to use another Authorization URL once. (The authorization URL of Yahoo is appropriate.)URL: http://d.hatena.ne.jp/ritou/20090712/1247338807)
Enter to save.
After that, it seems to work if you rewrite it to the original URL and save it again.

I hope everything goes well.


2022-09-30 14:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.