简体   繁体   English

发布Google Apps脚本附件的生命周期?

[英]Lifecycle of publish Google Apps Script Add-ons?

If I publish a Google Apps Script addon for Google Sheets, can I later, 如果我发布了Google表格的Google Apps脚本插件,我以后可以吗?

  • unpublish? 取消发布? does this remove the add-on for users that had installed it? 这会为安装了该附件的用户删除该附件吗?
  • update it? 更新它? does this update the add-on for users that have installed it, or do they need to take some action to update it? 这是否会为安装了该附件的用户更新该附件,还是需要采取一些措施对其进行更新?

(I'm nearly certain from these docs that I can update & unpublish an add-on; I'm mostly unsure about the side effects of doing so.) (从这些文档中 ,我几乎可以确定我可以更新和取消发布加载项;我不确定这样做的副作用。)

If you unpublish a script it is removed from the end user. 如果取消发布脚本,则该脚本将从最终用户中删除。

If you update the add-on it auto updates for all your installed users. 如果您更新插件,它将为所有已安装的用户自动更新。 If your OAuth scopes change for the add-on during your update the end user will be re-prompted to authorize the add-on. 如果您的OAuth范围在更新期间更改了附件,则最终用户将被提示重新授权附件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将应用程序脚本发布到附加组件后出现 Oauth 2.0 问题 - Oauth 2.0 problem after publish apps script to add-ons 如何在Google表单中使用应用程序脚本或加载项 - How to use apps script or add-ons in Google Forms Google Apps脚本附加组件:可安装的触发器限制 - Google Apps Script add-ons: Installable trigger limitations 可以从单个 GCP 项目发布多个 Google Apps 脚本编辑器插件吗? - Multiple Google Apps Script editor Add-ons can be published from a single GCP project? 进行更改后,Google Apps 脚本附加组件不会更新部署 - Google Apps Script Add-Ons not update deployments after make change 为每个编辑器自定义应用程序脚本加载项菜单 - Customizing the apps script add-ons menu for each editor GMail Google Apps Script Plugin“Apps Script 返回的值具有附加组件平台无法使用的类型” - GMail Google Apps Script Plugin "The value returned from Apps Script has a type that cannot be used by the add-ons platform" 使用插件或Google扩展程序在Google脚本中打印 - Print in google script using add-ons or Google extensions 本地化 Google 插件 - Localizing Google Add-ons 在 Google Apps 脚本中创建插件 - Creating add ons in Google Apps Script
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM