728x90
FILEID에 아래 부분을 복사하기
FILENAME에 저장할 데이터 이름을 넣는다.
curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=FILEID" > /dev/null
curl -Lb ./cookie "https://drive.google.com/uc?export=download&confirm=`awk '/download/ {print $NF}' ./cookie`&id=FILEID" -o FILENAME
ex)
curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=1IRnr2KHv0Cu_F1pFN6ec7N7OdF9_WR5F" > /dev/null
curl -Lb ./cookie "https://drive.google.com/uc?export=download&confirm=`awk '/download/ {print $NF}' ./cookie`&id=1IRnr2KHv0Cu_F1pFN6ec7N7OdF9_WR5F" -o mydata.zip
'hacking or software engineering skills > linux' 카테고리의 다른 글
linux, terminal에서 구글 드라이브 대용량 파일 다운 받기 (0) | 2020.12.27 |
---|---|
[linux] ls로 파일 용량 보기 (0) | 2020.12.23 |
google drive big file download 가장 쉬운 방법 (0) | 2020.11.09 |
[linux] gdrive id가 없을때, 폴더째로 받아야할때 (0) | 2020.11.02 |
[gcp] su passwd, 관리자 비밀 번호? (0) | 2020.10.26 |