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

Fix for issue https://github.com/danthareja/node-google-apps-script/issues/71 #72

Closed rakeshjoezoo closed 6 years ago

rakeshjoezoo commented 6 years ago

Fix for issue https://github.com/danthareja/node-google-apps-script/issues/71 This adds support for the "appsscript.json" manifest file GAS seems to have introduced that allows file based configuration - in our case being used for configuration of authorization Scopes.

More info: https://developers.google.com/apps-script/concepts/scopes

danthareja commented 6 years ago

Apologies for the lateness on this one @rakeshjoezoo, I rarely have time to look at this project these days.

Would you remind removing the README from this (perhaps on a new branch on your fork), and submit a PR from there?

This seems to be a high priority feature and I'd like to get this one merged

danthareja commented 6 years ago

~ignore me~

lricoy commented 6 years ago

Thanks for the PR @rakeshjoezoo. I am closing this in favor of #73 just because of the README stuff. Sorry for the delay.