技术栈
google drive
緈福的街口
1 个月前
linux
·
运维
·
服务器
·
google drive
在Linux命令行下载Google Drive大文件(解决Google Drive下载慢的问题)
注意:在Linux命令行进行wget只能下载小文件,大文件需要用到gdown例如下载NeRF数据集:https://drive.google.com/drive/folders/128yBriW1IG_3NJ5Rp7APSTZsJqdJdfc1
AplusX
1 个月前
ubuntu
·
google drive
Ubuntu中快速从Google Drive中批量下载文件
pip3 install gdown pip3 install --upgrade gdown// Files gdown <file_id>