📜  下载 google drive 文件 colab - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:21.944000             🧑  作者: Mango

代码示例2
downloaded = drive.CreateFile({'id':"your_file_ID"})   # replace the id with id of file you want to access
downloaded.GetContentFile('your_file_name.csv')        # replace the file name with your file