I am using gdrive and gshell in order to interact with my Google account and download files, get their info.
When I run: gdrive about
or gdown about
, I get following message
Initializing system (/home/user/.gdrive)
Authentication needed
Go to the following url in your browser:
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=...... \
apps.googleusercontent.com&redirect_uri=....
Enter verification code:
Afterwards, I keep getting following error message, when I pasted the URL starting with https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=
on my browser:
This app is temporarily blocked from logging in with your Google account
.
==> This error was not generated before and I was able to receive the verification code
, in order to use to connect into my account.
Is it possible to overcome this barrier of Google in order to use gdrive
or gdown
?
The example of generated token.json, after the verification code is pasted.
"access_token": ".....",
"token_type": "Bearer",
"refresh_token": "1/....",
"expiry": "2020-12-21T02:..."
}