Ubuntu中快速从Google Drive中批量下载文件

pip3 install gdown

pip3 install --upgrade gdown

// Files

gdown <file_id>

// Folder

gdown <google_drive_folder_url> -O <location_for_download> --folder

// Folder with count of files more than 50

gdown <google_drive_folder_url> -O <location_for_download> --folder --remaining-ok

相关推荐
海兰1 天前
【插件】Logbook 插件完全指南(适配 Ubuntu 24.04)
linux·运维·人工智能·ubuntu·agent·openclaw
勇往直前plus1 天前
Docker PostgreSQL 16 部署要点(Ubuntu 22)
ubuntu·docker·postgresql
Eloudy1 天前
sunshine - ubuntu 22.04, moonlight - mac OS26 远程桌面
linux·运维·ubuntu
牢姐与蒯1 天前
Linux进程(二)之进程概念
linux·运维·服务器·ubuntu
猫吃了源码1 天前
Linux系统制作 Ubuntu Server 24.04 启动U盘详细教程
linux·服务器·ubuntu
奈斯先生Vector2 天前
从 127.0.0.1:3080 到插件运行时:DeepSeek Harness 远程开发与版本治理实战
linux·运维·人工智能·ubuntu·aigc
头发够用的程序员2 天前
ImportError: libopenblas.so.0: cannot open shared object file 完整复盘与解决方案
python·ubuntu
搬砖的小码农_Sky2 天前
LANDrop 在 Ubuntu 上的安装方法
linux·运维·计算机网络·ubuntu
King of fraud3 天前
Linux Ubuntu 基础操作入门指南
linux·运维·ubuntu
益达丫3 天前
Linux信号机制:从闹钟到进程终止的全面解析
linux·笔记·学习·mysql·ubuntu