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

Use 'googleapis.drive' instead of 'request' for getting script contents #45

Open gunar opened 7 years ago

gunar commented 7 years ago

We're already using googleapis.drive for updating Google Apps Script's content. Let's be consistent and use it for fetching the contents as well.