dolfim / django-gmailapi-backend

Email backend for Django which sends email via the Gmail API
Apache License 2.0
32 stars 9 forks source link

Python 3.10: urllib.error.HTTPError: HTTP Error 400: Bad Request #13

Open danmanix opened 1 year ago

danmanix commented 1 year ago

I'm getting an HTTP Error 400 at the second step, after pasting the verification code.

Is this my error, or a 3.10 issue?

Thanks!

samueldy commented 1 year ago

Looks related to deprecation of OOB OAuth flows; see #11.