본문 바로가기

hacking or software engineering skills/linux

google drive big file download 가장 쉬운 방법

반응형

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

 

wget/curl large file from google drive

I'm trying to download a file from google drive in a script, and I'm having a little trouble doing so. The files I'm trying to download are here. I've looked online extensively and I finally manag...

stackoverflow.com

FILEID에 아래 부분을 복사하기

이 부분을 복사해서 넣는다.

pip install gdown
gdown --id <ID>

라는 메시지가 나오면 google drive 에서 공유에 들어가서

공유 링크를 모두 볼 수 있게 바꿔준 후 다시 gdown --id "복사한 ID" 를 입력한다. " " 는 없어도 된다.

반응형