前提·我想实现的
我正在尝试通过本地的 clasp 克隆我的 gas 脚本,但我进展不顺利......
测试环境
- MacOS 莫哈韦沙漠
- 10.14.6
- 节点.js
- 12.12.0
- npm
- 6.11.3
- 表扣
- 2.3.0
- 重击
- 3.2.57
我做了什么
1.制作目录并移入其中
$ mkdir /path/to/gasSample
$ cd /path/to/gasSample
2.初始化npm
$ 初始化 npm
{
"name": "gcaltotalling",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
3. 通过 npm 安装 clasp
$ npm 安装扣
$ 扣 -- 版本
2.3.0
4.登录到扣
$扣登录
Logging in globally...
Authorize clasp by visiting this url:
https://accounts.google.com....
Authorization successful.
$ ls -la
... .
... ..
... .clasp.json
... package.json
5.克隆目标gas脚本
$ 扣克隆 [scriptId]
Project file (.clasp.json) already exists.
出现的问题 · 错误信息
$扣拉
Could not find script.
Did you provide the correct scriptId?
Are you logged in to the correct account with the script?
就这样
我得到了错误。我该怎么办?你能帮我一把吗?感谢您的阅读。