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

appsscript.json (just introduced by Google) not supported. I've made a fix #71

Closed rakeshjoezoo closed 6 years ago

rakeshjoezoo commented 6 years ago

Google in the last 10 days has introduced a way to customize Authorization scopes for a GAS project. Your super useful (and critical to us - thank you) npm package does not support the file it uses - appsscript.json More information at: https://developers.google.com/apps-script/concepts/scopes

Our team has a patch so that your upload and init processes accept .json files. We will submit a pull request. Assuming you are ok with it, please consider accepting it.

lricoy commented 6 years ago

I've been using the fork and it works fine.

lricoy commented 6 years ago

Fixed by #73