file download from google drive to colaboratory

后端 未结 7 2145
遇见更好的自我
遇见更好的自我 2021-02-05 12:22

I was trying to download file from my google drive to colaboratory.

file_id = \'1uBtlaggVyWshwcyP6kEI-y_W3P8D26sz\'

import io
from googleapiclient.http import M         


        
7条回答
  •  情歌与酒
    2021-02-05 12:56

    No installing/importing any library. Just put your file id at the end.

    !gdown --id yourFileIdHere
    

    Note: at the time of writing gdown library is preinstalled on colab.

提交回复
热议问题