1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/docs/how_to_get_youtube_api_key.md
2019-11-24 13:07:17 -08:00

771 B

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"