When using Google Colaboratory with Google Cloud, one has to authenticate itself:
from google.colab import auth
auth.authenticate_user()
print('Authenticated')
The result of running that cell is:
Go to the following link in your browser:
https://accounts.google.com/o/oauth2/......
Enter verification code:
Currently I have to grant it access and enter a new password every time I start a new notebook which makes me think I'm doing something wrong.
Is there a way to permanently allow the Google Cloud SDK access to my Google Account?