http://unix.stackexchange.com/questions/136371/how-to-download-a-folder-from-google-drive-using-terminal 

I was able to download a public shared file like this:

$ wget --no-check-certificate 'https://drive.google.com/uc?export=download&id=FILEID' \
-O FILENAME

Where FILEID must be replaced by the actual file ID. FILENAME is the path/filename where download will be stored.

Note you cannot use a folderid instead of fileid. I have used view source in a folder view where I could find the following HTML <div id="entry-0B0jxxycBojSwVW.... The string starting with 0B was the fileid.

This worked great for me! just had to use drive.google.com instead –  thouliha Jun 11 at 14:36 

e.g.:
wget --no-check-certificate 'https://drive.google.com/uc?export=download&id=0Bze8dEz4G92GZFJVbUlwMlJkOG8' -O test.csv

最新文章

  1. 一款批量修改AE模板的工具
  2. 【CentOS】Linux日常管理
  3. ESENT分布式数据存储
  4. LINUX下NFS系统的安装配置
  5. AOP 学习
  6. Java多线程干货系列(1):Java多线程基础
  7. 关于JQuery的一些知识点
  8. POJ 2182【树状数组】
  9. 自定义PopupWindow弹出框(带有动画)
  10. Java基础知识强化72:正则表达式之判断功能(手机号码判断 和 校验邮箱)
  11. CSS中为什么overflow:hidden能清除浮动(float)的影响?原理是什么?
  12. select onchagnge 弹出自己的文本值
  13. 课堂练习6--统计txt文本
  14. 如何使用U盘安装macOS high Sierra?
  15. springsecurity 源码解读之 AnonymousAuthenticationFilter
  16. day12_python_1124
  17. 大叔力量VIP介绍
  18. 小程序点击跳转外部链接 微信小程序提示:不支持打开非业务域名怎么办 使用web-view 配置业务域名
  19. Spring AOP学习笔记
  20. 如何在Windows版本的VMware虚拟机上安装苹果系统

热门文章

  1. 三 HashSet
  2. 支持向量机通俗导论 ——理解SVM的三层境界 总结
  3. 【Java并发】锁机制
  4. $(selector).each() 和$each() 的区别
  5. java—多线程—notify/notifyAll
  6. 关于join() 是否会释放锁的一些思考
  7. JavaScript教程——JavaScript 的基本语法(标识符)
  8. JavaScript教程——数据类型概述
  9. 【bfs分层图 dp】hihocoder#1147 : 时空阵
  10. 《SVG精髓》笔记(一)