【发布时间】:2019-12-18 12:27:23
【问题描述】:
有没有办法将 Google 脚本代码打包为 Google Sheet 的插件或锁定代码,这样除了指定的用户或所有者之外,没有人可以查看或编辑脚本代码?
如果打包为插件是唯一的选择,它会在市场的某个地方发布插件吗?我不希望打包的附加组件公开。
【问题讨论】:
-
Warning: Android Add-ons have been deprecated and no longer supported. New Android add-ons can't be reviewed or published. Existing Android add-ons continue to function.因此,使用附加组件意味着您拥有的解决方案永远不会适用于所有版本的谷歌表格。 (他们从未在 ios 上实现,并且在 android 上禁止新的)您可以使用网络应用程序隐藏您的代码。您是否有不想使用网络应用的原因?
标签: javascript google-apps-script google-sheets google-apps google-apps-marketplace