未知

pydrive-cli的Python项目详细描述


#用法:

名称:帐户

description:处理google drive的多个账户,并在账户之间切换。

-l : list all accounts added to pyDrive

-a : add an account to pyDrive

-s : switch to a different account, provide email id

-i : print account info of the current account

-S : switch to shared folder of the current account

-P : switch to mydrive folder of the current account

名称:ls

描述:列出有关文件的信息(默认为当前目录)。

-m : display mime type of each file.

姓名:rm

说明:从驱动器帐户中删除文件。

-r : recursively delete all files in the folder

-e : empty trash

名称:get

描述:从驱动器帐户下载文件或文件夹

-e : export the file as pdf.

-d : specify the download location. By default ~/DriveDownloads

—std-out : print the contents of the file to standard output instead of downloading.

名称:放置

描述:将文件或文件夹上载到驱动器帐户

–std-in : upload the content from standard input to drive account

名称:共享

描述:将文件或文件夹共享到给定的电子邮件帐户

-r : read only permission

-w : write only permission

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
regex Java split(),使用包含特定字符的整个单词作为分隔符   java无法启动发现(Android附近连接API v2)   多线程Java:producerconsumer两个线程停止工作,冻结   java XDocReport:生成的docx文档错误“Word在尝试打开文件时遇到错误”   安卓 java。ClassCastException:java。util。无法将HashMap强制转换为com。保罗。ImapNotes。杂项。OneNote   找不到java CassandraSQLContext密钥   java重命名Derby模式   java是否可以扩展使用生成器模式和私有构造函数的类?   java如何获取Hotmail验证码图像   如何用Java在项目文件夹中创建文件?   java JOptionPane取消按钮和获取输入   变量如何打开equals语句以接受Java中的多个参数?   Ping url并获取java中的状态   tokenize是否有任何基于Java的智能单词标记器可以对句子中的相邻单词进行标记?   java如何从纹理下删除上面的纹理?   java递归除以3   弗莱希指数问题(Java)   Java正则表达式模式匹配在第二次出现时不起作用