From 2071eebc41a6fac13475d9bcae24485d9e52010a Mon Sep 17 00:00:00 2001 From: Sadhana <56973448+s4-2@users.noreply.github.com> Date: Wed, 3 Mar 2021 07:10:55 -0800 Subject: [PATCH 1/8] Add YT enabling steps in Google Console --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a8f0be8..eb38d9f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,20 @@ origin https://github.com/YOUR_GITHUB_USER_NAME/stem-diverse-tv (push) upstream https://github.com/anitab-org/stem-diverse-tv (fetch) upstream https://github.com/anitab-org/stem-diverse-tv (push) ``` +## YouTube Data API Enabling + +**Steps** + +- You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. +- Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials] (https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. +- After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: + - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. + - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 +- If your application will use any API methods that require user authorization, read the [authentication](https://developers.google.com/youtube/v3/guides/authentication) guide to learn how to implement OAuth 2.0 authorization. +- Select a [client library](https://developers.google.com/youtube/v3/libraries) to simplify your API implementation. +- Familiarize yourself with the core concepts of the JSON (JavaScript Object Notation) data format. JSON is a common, language-independent data format that provides a simple text representation of arbitrary data structures. For more information, see [json.org](http://json.org/). + + ## Contributing From 601bae2f8d7f2037074e90b198a4660af2ff9bd1 Mon Sep 17 00:00:00 2001 From: Sadhana <56973448+s4-2@users.noreply.github.com> Date: Wed, 3 Mar 2021 10:38:51 -0800 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb38d9f..c34f5c8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) **Steps** - You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. -- Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials] (https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. +- Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. - After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 From e438a75f7012987b6013b2c7541233a0c8059c81 Mon Sep 17 00:00:00 2001 From: Sadhana <56973448+s4-2@users.noreply.github.com> Date: Tue, 9 Mar 2021 00:44:03 -0800 Subject: [PATCH 3/8] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c34f5c8..097af83 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,7 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) - After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 -- If your application will use any API methods that require user authorization, read the [authentication](https://developers.google.com/youtube/v3/guides/authentication) guide to learn how to implement OAuth 2.0 authorization. -- Select a [client library](https://developers.google.com/youtube/v3/libraries) to simplify your API implementation. -- Familiarize yourself with the core concepts of the JSON (JavaScript Object Notation) data format. JSON is a common, language-independent data format that provides a simple text representation of arbitrary data structures. For more information, see [json.org](http://json.org/). + From 4a1556e8eddbce1c8320484c4af794530723e07a Mon Sep 17 00:00:00 2001 From: Sadhana <56973448+s4-2@users.noreply.github.com> Date: Tue, 9 Mar 2021 00:47:24 -0800 Subject: [PATCH 4/8] Remove extra lines --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 097af83..77763ad 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,13 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) **Steps** -- You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. -- Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. -- After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: - - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. - - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 - +1 You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. +2 Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. +3 After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: + - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. + - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3 ## Contributing From 904bb905f3a5baa565f0798b775fd3044e931ae3 Mon Sep 17 00:00:00 2001 From: Anna Bauza <31966073+annabauza@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:46:09 +0000 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77763ad..5d28ec3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) **Steps** -1 You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. +1. You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. 2 Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. From cfc7f0beea1f18c549792e3d718c368ba7fdca6f Mon Sep 17 00:00:00 2001 From: Anna Bauza <31966073+annabauza@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:46:14 +0000 Subject: [PATCH 6/8] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5d28ec3..49c6042 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,6 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) **Steps** 1. You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. - 2 Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. 3 After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: From ed42314c8578821d0f4bbd4caaef6cea7bb1b7e8 Mon Sep 17 00:00:00 2001 From: Anna Bauza <31966073+annabauza@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:46:19 +0000 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c6042..f149c1e 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) **Steps** 1. You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. -2 Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. +2. Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. 3 After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. From 7fcce2fce88d3915b1d6f3de04719cbefcbde735 Mon Sep 17 00:00:00 2001 From: Anna Bauza <31966073+annabauza@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:46:24 +0000 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f149c1e..f8b6400 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ upstream https://github.com/anitab-org/stem-diverse-tv (push) 1. You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application. 2. Create a project in the [Google Developers Console](https://console.developers.google.com/) and [obtain authorization credentials](https://developers.google.com/youtube/registering_an_application) so your application can submit API requests. -3 After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: +3. After creating your project, make sure the YouTube Data API is one of the services that your application is registered to use: - Go to the [API Console](https://console.developers.google.com/) and select the project that you just registered. - Visit the [Enabled APIs page](https://console.developers.google.com/apis/enabled). In the list of APIs, make sure the status is ON for the YouTube Data API v3