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
Does this not work for non-GSuite accounts? I made the app and client ID. However, when I go through and get a token, all I ever get is a 401. There's no error message in the body of the response.
Has something changed that needs updated in the script?
The text was updated successfully, but these errors were encountered:
In #53 (comment), I noted that the wiki page hasn't been updated for six years, so it could be that the instructions there are lacking – or just plain wrong – even for "normal" accounts. As of commit 944cffd, oauth2.py does actually work though...
Following these instructions from the gmail-ouath2-tools library worked for me:
NOTE: The OAuth2 OOB flow isn't a thing anymore. You will need to set the
application type to "Web application" and then add https://oauth2.dance/ as an
authorised redirect URI. This is necessary for seeing the authorisation code on
a page in your browser.
Does this not work for non-GSuite accounts? I made the app and client ID. However, when I go through and get a token, all I ever get is a 401. There's no error message in the body of the response.
Has something changed that needs updated in the script?
The text was updated successfully, but these errors were encountered: