Jake
Jake

Reputation: 11430

What is the correct way to share gsuite add-on with external users without publishing to Marketplace?

Using a company domain gsuite account, I have successfully deployed a gsuite Google Docs add-on for my company domain using the G Suite Marketplace SDK, but I have some users that are outside of the domain e.g. part-timers, contractors etc. who are using their personal [email protected] accounts. How can I share the add-on with them to install?

In G Suite Marketplace SDK > Publish, I have this App URL, but it gives error 400 so I don't know where to go next.

https://gsuite.google.com/marketplace/app/appname/<project number>

Upvotes: 2

Views: 62

Answers (1)

John McGowan
John McGowan

Reputation: 11

Unfortunately, you will need to publish it to the Public for anyone outside your domain to install it.

Here is some more info: https://developers.google.com/gsuite/add-ons/how-tos/publishing-gsuite-addons#step_4_configure_the_marketplace_sdk

Upvotes: 1

Related Questions