Publish new version of Google Sheets Add-on

被刻印的时光 ゝ 提交于 2019-12-24 05:57:51

问题


I have published a Google Sheets Add-on for internal use. It works. But I can't seem to publish a new version. I'm following this:

https://developers.google.com/gsuite/add-ons/how-tos/manage-addons

Given Google's announcement that they're retiring Chrome Store listings post Jan 28, I've been focusing on deploying to G Suite Marketplace. The steps I've taken are:

  • Update apps script
  • Create new version (File > Manage Versions ... > Save new version)
  • Edit G Suite Marketplace listing to use new version (per step 4 under "Update your editor add-on" in above page)

No amount of waiting or refreshing seems to cause the latest deployed code to be visible when I invoke the Add-on in a sample Sheets document.


回答1:


In your Google Cloud Platform project, go to the Configuration panel of the G Suite Marketplace SDK. Scroll down until you find "Editor Add-on extensions". You should see two text inputs – one with your Apps Script ID, and another below it, which is the version of your script used for the deployment.



来源:https://stackoverflow.com/questions/54356083/publish-new-version-of-google-sheets-add-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!