Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Deploy Google Apps Script for Domain?

I have a script that I would like to make available to all the users of our Google Apps domain, but I don't want to publish it to the Chrome store. We would like to avoid deploying it from a single user account. How is this normally done?

like image 714
Greg Avatar asked Feb 26 '13 01:02

Greg


1 Answers

It really depends on your use case, but there are a number of ways this might be achieved from publishing a code library (and limiting the sharing of the link), hosting it in a Google Site to publishing it as a url triggered webservice.

It depends on whether you want to share the functionality to others or literally the code.

like image 54
JSDBroughton Avatar answered Oct 04 '22 07:10

JSDBroughton