Skip to content

Commit 8d8a62a

Browse files
committed
2 parents c8afb1a + a6307a5 commit 8d8a62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Talking to the Youtube API requires oauth2 authentication. As such, you must:
2121
1. Create a new project for this app
2222
1. Enable the Youtube API (APIs & Services -> Enable APIs and Services -> Click 'ENABLE APIS AND SERVICES' top right). Select 'YouTube Data API v3'
2323
1. Create OAuth consent screen (APIs & Services -> OAuth Consent Screen)
24-
- Add a test user. This can be any Google User account but it should correspond with the Youtube account where videos will be uploaded.
24+
- Add a test user in "Audience -> Test users". This can be any Google User account but it should correspond with the Youtube account where videos will be uploaded.
2525
1. Create Credentials (APIs & Services -> Credentials -> click 'CREATE CREDENTIALS'), select 'OAuth client ID', select 'Web application'
2626
- Add an 'Authorized redirect URI' of 'http://localhost:8080/oauth2callback'
2727
1. Download the client secrets JSON file (click download icon next to newly created client ID) and save it as file `client_secrets.json` in the same directory as the utility e.g.
@@ -132,7 +132,7 @@ Video title, description etc can specified via the command line flags or via a J
132132
"publicStatsViewable": true,
133133
"publishAt": "2017-06-01T12:05:00+02:00",
134134
"categoryId": "10",
135-
"recordingdate": "2017-05-21",
135+
"recordingDate": "2017-05-21",
136136
"playlistIds": ["xxxxxxxxxxxxxxxxxx", "yyyyyyyyyyyyyyyyyy"],
137137
"playlistTitles": ["my test playlist"],
138138
"language": "fr"

0 commit comments

Comments
 (0)