我最近发现了 Google Colab,我想知道是否有永久授权 Google Colab 访问和装载我的 Google Drive 的选项。
from google.colab import drive
drive.mount('/content/drive')
Go to this URL in a browser: https://accounts.google.com/o/oauth2/auth?client_id=xxx
Enter your authorization code:
··········
Mounted at /content/drive
现在,我需要一直手动插入授权码,并且我希望在启动新的 Google Colab 时安装我的驱动器。
有没有一个选项可以做到这一点,或者我应该一直手动执行?