GoogleDrive上傳/下載命令行工具:gdrive

全文引自:http://jdev.tw/blog/4658/dropbox-googledrive-cli

 

GoogleDrive上傳/下載命令行工具:gdrive

範例1. 列出檔案以取得檔案ID:

d:DL>drive-windows-x64.exe list -t ditto*.exe
Id                             Title                            Size     Created

0B_dE90dinOFDcFE0aEFvWktvM1E   Ditto.exe                        1.9 MB   2014-06-09 20:
19:47
0B_dE90dinOFDTU1ucFF4bE9yQnc   DittoSetup_64bit_3_18_46_0.exe   3.6 MB   2014-06-09 12:
08:50

範例2. 下載檔案

d:DL>drive-windows-x64 download -i 0B_dE90dinOFDcFE0aEFvWktvM1E
Downloaded 'Ditto.exe' at 1.9 MB/s, total 1.9 MB

範例3. 取得檔案的網址

d:DL>drive-windows-x64 url -i 0B_dE90dinOFDcFE0aEFvWktvM1E
https://drive.google.com/uc?id=0B_dE90dinOFDcFE0aEFvWktvM1E

請參考官方上的更多範例。