Skip to content

Instantly share code, notes, and snippets.

@zekroTJA
Last active October 15, 2022 06:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zekroTJA/15f482cb8f5f897cb8b96fd0a33e8c49 to your computer and use it in GitHub Desktop.
Save zekroTJA/15f482cb8f5f897cb8b96fd0a33e8c49 to your computer and use it in GitHub Desktop.
Short tutorial how to create a YouTube API key

How to create a YouTube API key

What do you need?

  • Google Account

Step 1

Go to console.developers.google.com and create a Project.

Then, give the project a name.

Step 2

After that, you need to enable an API as following:

Then, search for YouTube Data API V3 and enable it for the project.

Step 3

Then, select on the left side the tab Credentials, click on Create credentials and then select API key.

Yay!

And here you have your API key! ;)

@thewh1teagle
Copy link

Awesome, many thanks

@zekroTJA
Copy link
Author

Well, actually there are also images, but I've changed the structure of my web server a long time ago. So I've updated that real quick :D @thewh1teagle

@thewh1teagle
Copy link

I think that the images make it harder to understand because it's less readable.
You can put link to images instead of display them if you want :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment