Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 使用colab'打开.gsheet;s驱动器自动登录_Google Sheets_Google Colaboratory - Fatal编程技术网

Google sheets 使用colab'打开.gsheet;s驱动器自动登录

Google sheets 使用colab'打开.gsheet;s驱动器自动登录,google-sheets,google-colaboratory,Google Sheets,Google Colaboratory,有没有办法使用“自动登录功能”从colab文件查看器到google drive,在colab中从我的个人硬盘打开.gsheet文件?我猜需要某种转换,因为我也无法从colab手动下载.gsheet文件(.csv工作正常) 抛出操作错误:[Errno 95]操作不受支持:“驱动器/My驱动器/myTable.gsheet” with open('drive/My Drive/myTable.gsheet') as f:

有没有办法使用“自动登录功能”从colab文件查看器到google drive,在colab中从我的个人硬盘打开.gsheet文件?我猜需要某种转换,因为我也无法从colab手动下载.gsheet文件(.csv工作正常)

抛出操作错误:[Errno 95]操作不受支持:“驱动器/My驱动器/myTable.gsheet”

with open('drive/My Drive/myTable.gsheet') as f: