Update README with new Google dev procedure for youtube apps

This commit is contained in:
LecygneNoir 2024-08-21 14:14:30 +02:00
parent 03a8f4e71f
commit d8aa349ad3

View file

@ -83,10 +83,12 @@ If you plan a larger usage, please consider creating your own youtube_secret fil
- Go to the [Google console](https://console.developers.google.com/). - Go to the [Google console](https://console.developers.google.com/).
- Create project. - Create project.
- Side menu: APIs & auth -> APIs - Side menu: APIs & Services -> APIs
- Top menu: Enabled API(s): Enable all Youtube APIs. - Top menu: Enabled API(s): Enable Youtube Data v3 APIs.
- Side menu: APIs & auth -> Credentials. - Side menu: OAuth consent screen
- Create a Client ID: Add credentials -> OAuth 2.0 Client ID -> Other -> Name: prismedia1 -> Create -> OK - Create an app -> Add scope from Youtube Data API v3: `.../auth/youtube.force-ssl` and `.../auth/youtube.upload` -> save & create
- Side menu: APIs & Services -> Credentials.
- Create a Client ID: Create credentials -> OAuth Client ID -> Other -> Name: prismedia1 -> Create -> OK
- Download JSON: Under the section "OAuth 2.0 client IDs". Save the file to your local system. - Download JSON: Under the section "OAuth 2.0 client IDs". Save the file to your local system.
- Save this JSON as your youtube_secret.json file. - Save this JSON as your youtube_secret.json file.