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

Unauthorized access issue? #93

Open
AliBharwani opened this issue Aug 17, 2020 · 0 comments
Open

Unauthorized access issue? #93

AliBharwani opened this issue Aug 17, 2020 · 0 comments

Comments

@AliBharwani
Copy link

Hi, I'm using a SendGrid API key I've verified has full access. However, sending requests with it is giving me HTTP 401 Unauthorized access. Can anyone help me out? Thanks
using: python 3.7.3

Django==3.0.7
sendgrid-django==4.2.0
sendgrid==3.6.3

settings.py:

SENDGRID_API_KEY = str.encode(os.getenv('SENDGRID_API_KEY'))
EMAIL_BACKEND = "sgbackend.SendGridBackend"
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

1 participant