我已经通过使用应用脚本api创建了脚本绑定项目,但是当我使用“ projects.updateContent”更新内容时,出现错误“遇到内部错误”。
我正在传递请求中的所有3个文件,server_js,html和清单json。
输入https://script.googleapis.com/v1/projects/0AN5mKt2JLNFkUk9PVA/content?fields=files%2CscriptId&key= {YOUR_API_KEY}
{
"files": [
{
"name": "get Phrase",
"type": "SERVER_JS",
"source": ".gs file content"
},
{
"name": "sidebar",
"type": "HTML",
"source":html file content
},
{
"type": "JSON",
"name": "appsscript",
"source": "{\n \"timeZone\": \"Asia/Kolkata\",\n \"dependencies\": {\n },\n \"exceptionLogging\": \"STACKDRIVER\"\n}"
}
]
}
我从已经创建的独立脚本项目中复制了宣言