Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 771 Bytes

how_to_get_youtube_api_key.md

File metadata and controls

23 lines (22 loc) · 771 Bytes

How to get YouTube API Key

  1. Navigate to https://console.developers.google.com
  2. Click Select a project. Select project
  3. Click New project. New project
  4. Give it a name and click Create button. Dashboard
  5. Click Library, find and click on YouTube Data API v3 box. YouTube Data API
  6. Click Enable. YouTube Enable
  7. Click Credentials.
  8. Click Create credentials.
  9. Select API key. Create API key
  10. Copy token to your CLI's configuration file. Copy token
[tokens]
youtube = "AIzaSyD4w2s-k79YNR98ABC"