Browse Source

Update README.md

Arnau Sanchez 9 years ago
parent
commit
6ca2b5f34d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -44,9 +44,9 @@ The package includes a default ```client_secrets.json``` file. If you plan to ma
 * Side menu: _APIs & auth_ -> _APIs_
 * Top menu: _Enabled API(s)_: Enable all Youtube APIs.
 * Side menu: _APIs & auth_ -> _Credentials_.
-* _Create new Client ID_: Application type: _Installed application_ + _Other_
-* _Download JSON_: save the file to your local system. 
-* Use the saved JSON as your credentials file: ```--client-secrets=CLIENT_SECRETS```
+* _Create a Client ID_: Add credentials -> OAuth 2.0 Client ID -> Other -> Name: youtube-upload -> Create -> OK
+* _Download JSON_: Under the section "OAuth 2.0 client IDs". Save the file to your local system. 
+* Use this JSON as your credentials file: ```--client-secrets=CLIENT_SECRETS```
 
 Examples
 ========