Search code examples
google-apps-scriptweb-applicationsgoogle-apps-marketplace

How to publish a Google Apps Script web app to the G-Suite Marketplace?


First, I know there is a similar question but it is very old and that answer is not valid anymore.

I am working on a Google Apps Script web-app (either bounded to a Sheet, or a stand alone one that'll reference a Sheet). I am wondering if it is possible to publish it to the G-Suite Marketplace? All of the documentation I am finding talks about publishing add-ons and what not.

I saw this, and many articles/post link to it saying that is how, but it says publishing to the Chrome store is deprecated.

But I can't find anything on publishing a GAS web-app to the marketplace. Is it possible?


Solution

  • Answer: No

    I know this hasn't been explicitly written anywhere but I'm taking my cues from the following docs -

    1. Choosing where to publish - here they describe what can and cannot be published on G Suite Marketplace (albeit, Web Apps show-up nowhere)

    Choosing where to publish

    1. G Suite Marketplace SDK > Configuring the Marketplace SDK > Extensions - here too, they haven't listed Web Apps as a form of accessibility

    Extensions

    Hope this helps! Plus, I've built a fair amount of web apps myself and have always wanted to get it listed somewhere but haven't been able to do so - yet :)