-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid credentials (Failure) - Gmail #901
Comments
Perhaps you need to use the |
@mscdex I did the configuration, but now it is showing another error: this is the code
this is the error return str.replace(RE_BACKSLASH, '\\').replace(RE_DBLQUOTE, '\"'); TypeError: str.replace is not a function |
same issue |
Try to use app password, works for me: https://support.google.com/accounts/answer/185833 |
Hey all, I seem to have the same problem. Has anyone managed to find a workaround? |
You need 2FA and |
That's what I tried first, but I was getting this: So I assumed I need to use xoauth2. Is there something I'm missing? |
@Vastradamus It worked for me, with 2FA and password
|
@Vastradamus I was dealing with Invalid credential error but I was able to make it work using App password.An app password is a 16-digit passcode that gives a less secure app or device permission to access your Google Account. |
I have resolved this error in 2 step:
|
This feature appears to have been discontinued by Google. |
This has been verified by me that the feature have been or maybe discontinued by Google See this However, I believe this can be fixed by creating a service account and connecting to it. |
Good morning,
could you help me, I am not able to connect to the gmail server, below the code.
describe('Check connection to email server', function () {
})
after executing the error is returned
thrown: "Erro na conexão com o servidor de e-mail: Error: Invalid credentials (Failure)"
thank you very much
The text was updated successfully, but these errors were encountered: