From afbc970e5231d0675c8b0a2d743f216c2931f9c1 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 29 May 2016 17:10:21 +0200 Subject: [PATCH] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index 2ef867a3..219b73ae 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -40,7 +40,7 @@ ________________________________________________________________________________ - Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\\ffmpeg\\bin**). Save and close. - Go to console.developers.google.com and log in. - Create a new project (name does not matter). Once the project is created, go into "Enable and manage APIs." -- Under the "Other Popular APIs" section, enable "URL Shortener API". Under the "YouTube APIs" section, enable "YouTube Data API". +- Under the "Other Popular APIs" section, enable "URL Shortener API". Under the "YouTube APIs" section, enable "YouTube Data API". Also enable Custom Search Api. - On the left tab, access Credentials. There will be a line saying "If you wish to skip this step and create an API key, client ID or service account." Click on API Key, and then Server Key in the new window that appears. Enter in a name for the server key. A new window will appear with your Google API key. Copy the key. - Open up credentials.json. For "GoogleAPIKey", fill in with the new key. - Go to (https://soundcloud.com/you/apps/new). Enter a name for the app and create it. You will see a page with the title of your app, and a field labeled Client ID. Copy the ID. In credentials.json, fill in "SoundcloudClientID" with the copied ID.