How can I let others install my Google Apps Script? -


i've made simple script in google apps script. script builds forms based on spreadsheet, script part of spreadsheet. adds menu item. people use it. non-technical people, make installation of script easy possible. 'installation' mean way 'import' script spreadsheet , automatically set needed triggers menu item becomes visible. should possible install it. i've been thinking of following solutions:

  • publishing add-on: script wouldn't qualify, , can't wait google's approval.
  • copy-paste. don't this, it's way complicated.

i've looked @ question: https://stackoverflow.com/questions/5334751/how-do-i-share-a-script-i-wrote-with-my-co-workers-on-the-same-google-apps-accou, people wanting install not on same domain in case. question 3 years old.

edit: turns out, there doesn't seem solution. i've filed feature request here: https://code.google.com/p/google-apps-script-issues/issues/detail?id=4122&thanks=4122&ts=1403949074

if google account administrator allows you, can share scripts/spreadsheets outside organisation either sharing directly person google account (gmail or google apps) or making public (share link or published online). https://support.google.com/drive/answer/2494822?hl=en

keep in mind if use script properties store values, each time uses shared script overwrite values. in shared context best use user properties instead. way each user can store own values. https://developers.google.com/apps-script/guides/properties


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -