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

Reject file ID on `gapps init` when ID begins with M #35

Closed hess-g closed 8 years ago

hess-g commented 8 years ago

Adds simple validation to weed out Project Keys. All project keys begin with "M", Drive File IDs never do.

From #34.

danthareja commented 8 years ago

Nice one @hess-g!