10-02-2024 04:38 AM
I turned on the translator. I hope you understand
Goal: I want to register my iot on Google Home
Problem: After receiving the oauth2.0 login token successfully in Google
Action, I want to use 'https://www.googleapis.com/auth/homegraph' 's
requestSync or reportStateAndNotification', but Error 400: invalid_scope
Some requested scopes cannot be seen:
[https://www.googleapis.com/auth/homegraph ] message appears
Test and inspection : Checked the authority of oauth, Client id, secret
key, and scope
Possible cause issue (inaccurate, not sure): Token URL may not be normal in
account linking in google actions
Please help me I want to register iot after authenticating with oauth2.0 on
google home and test with google assistant.
Answered! Go to the Recommended Answer.
10-03-2024 10:40 AM
Hello @timomo ,
Thank you for reaching out to us with your issue. Based on what you have described above you can setup the OAuth scope from either of the two places :
Let me know if you are still facing issues in this regard.
10-03-2024 10:40 AM
Hello @timomo ,
Thank you for reaching out to us with your issue. Based on what you have described above you can setup the OAuth scope from either of the two places :
Let me know if you are still facing issues in this regard.
10-13-2024 07:23 PM
It was successful to implement using the Washer Codelab. However, there is a problem. I first got certified and registered an iot device using tokens, and I want to encourage multiple users to register various devices. So the question is, is there a good way to get user information other than during the first authentication?