A few months back, I implemented the procedure described in the README and it worked perfectly, in particular as regards the way to obtain credentials.json and token.json.
Now coming back to it and going through the whole thing again, I visited https://developers.google.com/gmail/api/quickstart/python as per the README but the 'Enable the Gmail API' button was, this time, nowhere to be found.
After some research, I still managed to get a proper account and to finally send email with Python, but only through non trivial trials in the Google Cloud Console, setting up a project, then Oauth etc.
So, unless I missed a simpler way to proceed, which is possible, is it time to update the README in order to adjust to this fresh, harder Google account setup?
A few months back, I implemented the procedure described in the README and it worked perfectly, in particular as regards the way to obtain credentials.json and token.json.
Now coming back to it and going through the whole thing again, I visited https://developers.google.com/gmail/api/quickstart/python as per the README but the 'Enable the Gmail API' button was, this time, nowhere to be found.
After some research, I still managed to get a proper account and to finally send email with Python, but only through non trivial trials in the Google Cloud Console, setting up a project, then Oauth etc.
So, unless I missed a simpler way to proceed, which is possible, is it time to update the README in order to adjust to this fresh, harder Google account setup?