如何使用 wget 下载 Google Drive 文件夹?

Ian*_*Ian 5 wget google-drive-api

我需要使用从谷歌驱动器下载整个文件夹wget。我怎样才能做到这一点?

小智 9

“你不能”越来越少......

pip install gdown
gdown --no-check-certificate --folder <folder URL>
Run Code Online (Sandbox Code Playgroud)

我已经在 macOS 和 Ubuntu 上使用它一段时间了。