Skip to content
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

Bugs with credentials #30

Closed
KyoRion opened this issue Oct 14, 2020 · 1 comment
Closed

Bugs with credentials #30

KyoRion opened this issue Oct 14, 2020 · 1 comment

Comments

@KyoRion
Copy link

KyoRion commented Oct 14, 2020

This's my code
image
Just forgot username & password I'd replace to null for cap picture
when run and check connect()
I got this in my console
image
and here my view
image

@Webklex
Copy link
Owner

Webklex commented Oct 15, 2020

Hi @KyoRion ,
thanks for your report. The extra challenge you received, is the base64 encoded response. If you decode it, you'll receive something like this:

{"status":"400","schemes":"Bearer","scope":"https://mail.google.com/"}

which indicates a problem with the provided credentials. Since you are using gmail, you could also switch to an "Application password" if you are having trouble to obtain an access token. See the wiki entry for a setup guide.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants