Reputation: 71
My problem with linking the account is that I don't know which of my "request contains an invalid argument" when it comes to testing my google assistant. It is for sure a problem with account linking.
My setup is:
passwordasplaintext
This is my configuration. I have no idea what's wrong with it.. The client id and client secret are for sure correct. Any suggestions what might cause that I'm not able to link the account?
Thanks!
Upvotes: 1
Views: 4026
Reputation: 50731
While there may be other problems (it is difficult to tell), at least part of the problem is that the GSI Client ID... isn't a Client ID. It shouldn't be a URL, but should be the Client ID you make on the Credentials page of your Google API Console (not the Actions Console).
To make that Client ID:
Create Credentials
button.OAuth Client ID
.Web Application
.https://oauth-redirect.googleusercontent.com/r/your-project-id-000000
(replacing your project ID)Create
Upvotes: 2