2022/12/07

wget google drive


打算棄守 onedrive 換去 gdrive 了
主要是 onedrive 分享給別人,還需要有 microsoft 帳號
然後也不能在 os 層用 wget / curl 命令抓檔案 (至少我爬過的文,測試都不行)

另外就是現在 google meet 也要收費了,算一算與其用 zoom 還不如直接跳去 google meet + anydesk
很多人都不願意使用 zoom,不然就是只開網頁版,能語音不能遙控,還得再另開 anydesk (翻白眼)

以上碎碎念 ^ ^

假設 google drive 取得的連結如下
https://drive.google.com/file/d/2070e193eb9e6978a33f0425e1fb9364/view?usp=share_link

wget 標準語法
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME

wget 代換語法
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=2070e193eb9e6978a33f0425e1fb9364' -O test.zip

沒有留言: