If one file is named https://drive.google.com/file/d/1rdEsCUcIUaYOVRkx5IMTRNA7PcGMmSgc/edit

It means its id is 1rdEsCUcIUaYOVRkx5IMTRNA7PcGMmSgc

 

Then 

$  pip install gdown   

(or $ pip install --ignore-installed --no-cache-dir gdown )

$ gdown https://drive.google.com/uc?id=1rdEsCUcIUaYOVRkx5IMTRNA7PcGMmSgc

 

Reference: https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive

 

 

 

Or using wget 

https://drive.google.com/file/d/1blJQDQSlLPU6zX3yRmXODRwkcss6B3aa/view?usp=sharing

https://drive.google.com/u/0/uc?id=1blJQDQSlLPU6zX3yRmXODRwkcss6B3aa&export=download

 


wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1blJQDQSlLPU6zX3yRmXODRwkcss6B3aa' -O xxx.txt

相关文章:

  • 2021-06-03
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-03-02
  • 2022-03-11
  • 2022-02-05
猜你喜欢
  • 2022-12-23
  • 2022-02-27
  • 2021-10-31
  • 2021-07-11
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案