问题标签 [googlecl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
command-line-interface - Google cli - 在哪里提问?
我正在尝试使用 Google CLI(例如'google calendar "...")它曾经运行不佳,现在因错误诊断而失败。搜索“谷歌日历”实际上没有搜索“Evolution 电子邮件”那么无用。
我希望人们在命名程序时会考虑可搜索性。/咆哮
是否有可以发布问题的论坛或新闻组?
如果这里有专家,在我打开浏览器并授权后,程序会产生:
非常感谢,汉克
python - Bash:单引号中的变量
先看看这个问题: Bash or GoogleCL: new line in a string parameter
我现在想将变量 ${date} 添加到“摘要”中:
但变量不会在 bash 的单引号内展开。
有可能这样做吗?
注意:GoogleCL是一个用 python 编写的命令行程序。我在带有 Python 2.6 的 Ubuntu 10.10 上。
python - 在 Python 脚本中使用 googlecl 来 d/l Google doc
subprocess.check_output(('/Applications/googlecl-0.9.13/build/scripts-2.7/google', 'docs', 'get', r'"重新评估请求"', r'--format', 'csv' , r'/Users/myaccount/Desktop'), shell=True)
此代码不会拉下文档,但运行相同的行将在终端内工作。它可能没有时间完成?从命令行运行它需要一段时间。
有一个 Python 错误:“Traceback(最近一次调用最后一次):文件“/Users/myaccount/Desktop/reassess2.py”,第 17 行,在 subprocess.call('google docs get "Reassessment Request" --format csv /Users /myaccount/Desktop') 文件“/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py”,第 493 行,调用返回 Popen(*popenargs, **kwargs).wait( )文件“/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py”,第679行,在init errread,errwrite)文件“/Library/Frameworks/Python.framework/Versions/2.7 /lib/python2.7/subprocess.py",第 1249 行,在 _execute_child raise child_exception OSError: [Errno 2] No such file or directory"
当我尝试在 OSX 脚本中运行它时遇到类似的问题:当我运行 shell 脚本(运行上面的命令行)时,我得到: ?/Users/myaccount/Desktop/ReScript.sh ;出口; .csvloading Reassessment Request to /users/myaccount/Desktop logout
[处理完成]”,但实际上没有下载文件。
OSX 山狮;0.9.13 厘升;2.0.17 gdata(我认为 - 不是最新的,但与 cl 一起使用的那个)
谢谢您的帮助!
api - 使用 GoogleCL 上传 Youtube 视频
使用 googlecl 将带有描述和标签的多个视频上传到 youtube 的正确命令行是什么?
上面的代码可以很好地上传两个视频,但我想添加摘要和标签,但不知道在哪里适当地放置 --summary 和 --tags。还是批处理命令文件是多个视频的更好选择?如果是这样,这种批处理文件的结构是什么,因为 googlecl 不响应正常的 .bat 文件。
谢谢
ios - Edit Google spreadsheet automatically from command line
I´m trying to make a collection of scripts in php and bash that ask to bugsense for the errors in my app, make everything what I need and upload a couple of files to Google Docs so everyone in the company can see all the data up to date.
I do this because, as you know, Bugsense just gives me information of the last 30 days so I cannot store there a historical of my applications crashes.
The only problem that I´m having is how to edit a Google Spreadsheet without deleting it and uploading again. I mean, what I´m doing right now is:
Now that I have the file I want to edit, I delete it from my drive because if I upload again it will not override and I will have to files with the same name:
After that I just do everything what I need with file and upload it again:
The problem with this is that I´m having a new file everytime the script is runned so I cannot share that document because I´m deleting it everytime and uploading a new one.
The other thing that googlecl allows is to edit a file:
But with this, the proccess is not automatic because you need to deal with vim. I´ve been checking everywhere about it but nothing found that solves my problem.
javascript - 无法通过命令行授权 GoogleCL
我需要使用 GoogleCL 将一些大视频从我的远程 VPS 上传到 youtube。要授权访问,您需要通过 gdata python 浏览器单击提交按钮以从 Google 获取令牌,此按钮基于 javascript,因此它显示为已禁用,我无法在此过程中继续进行。我搜索了 googlecl wiki,但没有关于此的信息。如何从命令行获得访问权限?
python - googlecl 通过 pip 安装,可执行文件在哪里?
我正在运行 OS X 10.10,并googlecl
通过以下方式安装pip
:
并且自述文件显示您可以这样称呼它:
所以我认为必须有一个google
可执行文件,但没有。
如何运行 googlecl?
Python是通过自制软件安装的:
点子版本:
youtube - 如何指定 GoogleCl youtube 上传到哪个帐户?
我有几个 youtube 帐户连接到我的 Google 帐户,我尝试使用 googlecl 从我的家庭服务器上传视频,显然它将我的私人视频上传到我有权访问的组织帐户。它只是询问我的用户名,而不是帐户名。尝试谷歌搜索,一无所获。