Colab - automatic authentication of connection to google drive
问题 I'm looking for a way to automate the authentication process when connecting a colab-session to my google drive. I'd prefer to use the built-in tools for this one, instead of PyDrive. In short: have the following cell run without having to manually authenticate by logging in and copying the password from the dialogue from google.colab import drive drive.mount('/content/drive/') 回答1: Automatically mounting to your Drive files is now supported for Colab notebooks which aren't shared by multiple