【发布时间】:2019-06-11 14:13:48
【问题描述】:
我试图在我的 colab 研究 ipython 中连接到 gdrive。但是今天早上我写这段代码的时候,
from google.colab import drive
drive.mount('/content/drive/')
它给我一个错误代码;
ValueError: Mountpoint must be in a directory that exists
我无法连接到 gdrive,可能是什么原因? 谢谢
【问题讨论】:
-
我在这里回答了同样的问题stackoverflow.com/a/54232739/2826013
标签: connection google-colaboratory