Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publish Google Sheets addon privately (no-verification) with new G Suite Marketplace process

Problem

I can't find a way to publish a "private" google sheets addon and share it to testers with the new G Suite Marketplace process as it used to be possible with the Chrome Web Store publication.

Description

I used to publish google sheets addons "privately" (with no verification) via the Chrome Web Store. The process was to publish the addon selecting "Private" as Visibility and then checking "Only Trusted Testers from current publisher settings" adding those users to the list of allowed testers.

Since now new addons can be published only via G Suite Marketplace, I can't find a way to replicate the publishing method described above.

The only possibilities I see are two and none work in my case:

The first is to publish the addon publicly and select "unlisted". This method requires a verification process that I don't need since I just what to share the addon with a handful of users. The second is to publish it privately, but this is only possible if the users are within the same organization. This will also not work since I want to share it with testers outside the organization.

I've been also considering publishing the addon with the testers accounts but linking it to a script owned by myself but I assume this won't be possible.

Question

Is there a way to replicate the "Private" publishing to testers of the Chrome Web Store (or any way to selected users not necessarily belonging to the same organization) with the new G Suite Marketplace?

like image 304
res_cogitans Avatar asked Mar 23 '20 12:03

res_cogitans


1 Answers

Answer:

Unfortunately your assertion is correct and this isn't possible.

More Information:

Since G Suite add-ons now get published via the G Suite Marketplace rather than the Chrome Web Store, they now have to go through the G Suite Marketplace publication process. According to the documentation for the G Suite Marketplace:

You can publish your add-on publicly, so that any user can find and install it. You can also publish add-ons privately, for users in a specific domain only. If you are a G Suite domain administrator, you can install published add-ons—whether public or private—for your domain users.

So the only available methods of publishing are either for a G Suite domain, or public.

References:

  • Publishing G Suite add-ons | Google Developers
like image 82
I hope this is helpful to you Avatar answered Sep 20 '22 09:09

I hope this is helpful to you