Reputation: 198
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:
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.
Upvotes: 5
Views: 1583
Reputation: 41
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.
Upvotes: 4