我正在寻找一种将colab会话连接到我的Google驱动器时自动进行身份验证过程的方法。
我更愿意使用内置工具代替PyDrive。
简而言之:运行以下单元格,而无需通过登录并从对话框复制密码来手动进行身份验证
from google.colab import drive drive.mount('/content/drive/')
python authentication google-colaboratory
authentication ×1
google-colaboratory ×1
python ×1