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:
- Grant type: authorization code
- Client-ID: client-id from google project -> oauth
- Client secret: client-secret from google project -> oauth
- Authorization url: https://accounts.google.com/o/oauth2/auth
- Token url: https://accounts.google.com/o/oauth2/token
- scopes: email
- add quick account link is checked
- auto google sign-in is checked
- gsi client id: https://accounts.google.com/o/oauth2/auth
- testing instructions is formated as follows (username first line, password second line):
username-mail@gmail.com
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!