danthareja / node-google-apps-script

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects
MIT License
353 stars 70 forks source link

Add Auth through Service Account in env variable #46

Open gunar opened 7 years ago

gunar commented 7 years ago

Allows one to use a Service Account as Auth method (instead of OAuth). Just store it base64-encoded in the env var GOOGLE_APPS_PRIVATE_KEY.