Skip to content

Commit

Permalink
Add YouTube API enabling steps in readme.md (#117)
Browse files Browse the repository at this point in the history
* Add YT enabling steps in Google Console

Co-authored-by: Anna Bauza <[email protected]>
  • Loading branch information
s4-2 and annabauza authored Mar 10, 2021
1 parent f2c6ff2 commit 776aa8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ 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**

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

Expand Down

0 comments on commit 776aa8c

Please sign in to comment.