Whether to use googleapis or google-cloud library for node js
问题 I see there are two available libraries. I am wondering what are the differences? Are they both officially maintained by Google? https://www.npmjs.com/package/googleapis https://www.npmjs.com/package/google-cloud 回答1: Yes both are maintained by Google. googleapis covers all these APIs (drive, calendar, admin sdk, maps, etc) whereas google-cloud covers the cloud platform stuff like bigquery, datastore, cloud storage, bigtable, pub/sub, etc. There appears to be overlap and I don't know which