Create your Google project
- Go to the Google Developers' Dashboard
- Accept the Terms of Use of Google Cloud and click on "Continue"
- Click on the "Select a project" select at the right of the Google Cloud logo
- Click on the "New Project" button, and choose a name for your project
- When the project is created, click again on the "Select a project" select and choose your new project
- Click on the hamburger menu symbol at the top-left of the page, and click the "API and Services" section
- Now go into the library, search and enable the
YouTube Data API V3
- Now go into the Credential tab, and create a
new credential by choosing "OAuth Client ID" or "API Key" (reccommended) from the dropdown menu.
- If you've chosen the "OAuth Client ID", you need to add in the "Redirect URI" the following: , create the Token, copy the Client ID, paste it in the textbox here
in YouTube Playlist Exporter and check the "Use OAuth" slider.
- Otherwise, copy the API key and paste it in the textbox here.
- Now go in the OAuth Consent tab. Put
"External" as the user type. Fill the necessary fields and click on "Continue"
- 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".
- Finally, click on "Add an user", and write your e-mail address. Click on "Add" and then on "Continue". Now
you're ready.