Search code examples
youtube-apigoogle-oauthyoutube-data-apigoogle-developers-console

Generating YouTube Data API v3 keys via CLI


I'm generating YouTube Data API v3 keys via Google Console and wondering if there is a way in generating it via CLI?


Solution

  • The google apis console is used to register your application with google. You can create api key as well as oauth credentials there.

    This must be done manually there is no api for doing this nor is their a CLI which will allow you to access the google apis console.