3
votes

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?

1
You should post a bounty rather than posting a new question.Rubén
I updated the referred question and the accepted answer.Rubén
@Rubén The other question was asked 5 years ago and the answer it had was correct at that time but was no longer valid. It didn't make sense to post a bounty on an answered question that wasn't valid anymore. And I also said in my post I am aware of that other question but that it wasn't applicable anymore. It felt more appropriate to post a new question.IMTheNachoMan
@Rubén The updated answer is talking about publishing add-ons. I'm asking about posting a web-app, not an add-on.IMTheNachoMan

1 Answers

3
votes

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 :)