This commit is contained in:
Nick Bebout 2022-10-24 21:20:30 -05:00
parent e2c23d57d6
commit 399651d088
58 changed files with 5882 additions and 1127 deletions

5
oauth2/README_OAUTH2.txt Executable file → Normal file
View file

@ -1,5 +1,5 @@
# $Id: README_OAUTH2.txt,v 1.1 2021/07/06 01:45:43 gilles Exp gilles $
# $Id: README_OAUTH2.txt,v 1.2 2022/07/25 16:44:43 gilles Exp gilles $
1) Do you have a refresh_token?
Yes: Good!
@ -12,8 +12,7 @@ No: Get one. How? Run the commands:
You will be asked to go to a long url with a browser, like this:
To authorize token, visit this url and follow the directions:
https://accounts.google.com/o/oauth2/auth?client_id=108687549524-86sjq07f3ch8otl9fnr56mjnniltdrvn.apps.googleusercontent.com&redirect_uri=urn%3Aietf%
3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fmail.google.com%2F
https://accounts.google.com/o/oauth2/auth?client_id=108687549524-86sjq07f3ch8otl9fnr56mjnniltdrvn.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fmail.google.com%2F
Go to this url, the url above should be the same as presented by the script.