clasp :未知选项信用
clasp : unknown option creds
我正在尝试 运行 使用 clasp 在本地编写应用程序脚本。我正在关注 https://github.com/google/clasp/blob/master/docs/run.md 进行设置。我已经登录了。正在看方向:
$ clasp login
Logging in globally...
� Authorize clasp by visiting this url:
https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.google........
Authorization successful.
Default credentials saved to: ~\.clasprc.json (C:\Users\me\.clasprc.json).
$ clasp open --creds
error: unknown option `--creds'
我的项目文件在E盘。
在提交 0cd4d12
. This commit came after the current release of 1.7.0
中添加了 clasp open --creds
的能力
如果你不是自编译clasp
,那么你还没有这个功能。要编译 clasp,请查看 developer guide.
如果你懒得克隆 clasp 项目,构建它最终使用 --creds
选项,你可以直接打开 url:
https://console.developers.google.com/apis/credentials?project=...
参数 project
的值类似于:project-id-7006438181792679938
我正在尝试 运行 使用 clasp 在本地编写应用程序脚本。我正在关注 https://github.com/google/clasp/blob/master/docs/run.md 进行设置。我已经登录了。正在看方向:
$ clasp login
Logging in globally...
� Authorize clasp by visiting this url:
https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.google........
Authorization successful.
Default credentials saved to: ~\.clasprc.json (C:\Users\me\.clasprc.json).
$ clasp open --creds
error: unknown option `--creds'
我的项目文件在E盘。
在提交 0cd4d12
. This commit came after the current release of 1.7.0
clasp open --creds
的能力
如果你不是自编译clasp
,那么你还没有这个功能。要编译 clasp,请查看 developer guide.
如果你懒得克隆 clasp 项目,构建它最终使用 --creds
选项,你可以直接打开 url:
https://console.developers.google.com/apis/credentials?project=...
参数 project
的值类似于:project-id-7006438181792679938