I am trying to consume google youtube data apis which has support for api key type of credentials.
https://developers.google.com/youtube/registering_an_application
I am trying to use google auth library for node js to communicate with the apis
https://github.com/googleapis/google-auth-library-nodejs
There is an example of this API with oAuth credentials and service account credentials.
I know that api key is supposed to be used by client side applications like browser based javascripts. So i see example with browser based google apis.
But is there any example where api keys can be used with google node js client library ?
Best Regards,
Saurav