我正在尝试为 google 表格发布一个附加组件。
当我单击工作表侧栏中的加载项图标时,错误消息是:
没有为宿主应用程序提供主页卡片:Google 表格。
应用脚本.json
{
"timeZone": "Europe/Paris",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Sheets",
"version": "v4",
"serviceId": "sheets"
}
]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"addOns": {
"sheets": {}
}
}