You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ezgmail
ezgmail.init()
Traceback (most recent call last):
File "", line 1, in
ezgmail.init()
~~~~~~~~~~~~^^
File "/Users/al/Scripts/.TheBigVenv/lib/python3.13/site-packages/ezgmail/init.py", line 457, in init
raise EZGmailException(
...<2 lines>...
)
ezgmail.EZGmailException: Can't find credentials file at /Users/al/Desktop/book-reviewer-email-scripts/credentials.json. You can download this file from https://developers.google.com/gmail/api/quickstart/python and clicking "Enable the Gmail API". Rename the downloaded file to credentials.json.