Hi,
I am trying to set a Gmail account using OAuth2, when i try to save Google shows "Access blocked: authorization error". I all ready have created client ID and secret, in addition i have enabled de gmail API. Is there something missing??
itsystems
Repeat in an incognito window to ensure you are not being auto-signed in as another account. Also ensure that you created the app using the right email/account. Here is the relevant documentation:
Cheers.
KevinTheJedi Now i goy "The OAuth client was not found. Error 401: invalid cient"
I have used the incognito window. I dont understand that message, because i am using the Oauth2 Gmail plugin, the clientID and secret.
Here is a direct quote from a google search of the error code and message:
The '401 error: invalid_client' issue occurs if there is a mismatch between the Client ID on your Google Cloud account and the one you entered in your plugin
@"KevinTheJedi"#p Do you look at any mistake in this pictures? I think i am doing a rigth setiing:
Yea, you have a / at the end of the Client ID that isn’t supposed to be there.
/
Also, you changed the Email Address Attribute when you are not supposed to. Change it back to its original value of emailaddress.
emailaddress
KevinTheJedi Wow, finally it worked for me. Thanks a lot!!