Create your Google project

  1. Go to the Google Developers' Dashboard
  2. Accept the Terms of Use of Google Cloud and click on "Continue"
  3. Click on the "Select a project" select at the right of the Google Cloud logo
  4. Click on the "New Project" button, and choose a name for your project
  5. When the project is created, click again on the "Select a project" select and choose your new project
  6. Click on the hamburger menu symbol at the top-left of the page, and click the "API and Services" section
  7. Now go into the library, search and enable the YouTube Data API V3
  8. Now go into the Credential tab, and create a new credential by choosing "OAuth Client ID" or "API Key" (reccommended) from the dropdown menu.
  9. Now go in the OAuth Consent tab. Put "External" as the user type. Fill the necessary fields and click on "Continue"
  10. In the "Sensitve scope" tab (the second one), add a new scope and write "youtube.readonly". Tick the checkbox at the left of the "API" column, click on "Update" and then on "Continue".
  11. Finally, click on "Add an user", and write your e-mail address. Click on "Add" and then on "Continue". Now you're ready.