Skip to content

Commit c2c06fc

Browse files
author
Foxlet
committed
Update googledevconsole_api.md
1 parent f5286b2 commit c2c06fc

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/user/googledevconsole_api.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,19 @@ You can create a GDC account at https://console.developers.google.com/. You need
1212
## 2 - Create a new project
1313
Select "Create New Project" if you haven't already done so:
1414

15-
![Google Developers Create a New Project](img/gdev_1.png?raw=true "Create a New Project")
15+
![GDC Create a New Project](img/gdev_1.png?raw=true "Create a New Project")
16+
17+
Give your bot a name (and optionally change the name of the project ID), agree to the terms of service, then press "Create".
18+
19+
![GDC Name Your Bot](img/gdev_2.png?raw=true "Name Your Bot")
20+
21+
## 3 - Enable APIs
22+
23+
Once you have created the project, select it in the main panel (if it already hasnt been), then on the sidebar go to **APIs and Auth -> APIs**. Scroll through the list to set on for the following services:
24+
25+
- Books API
26+
- Youtube Data API v3
27+
- (Optional: Google Custom Search API, if using Google Search)
28+
- (Optional: Translate API, if using Google Translate)
29+
30+
![GDC Select the APIs](img/gdev_3.png?raw=true "Select the APIs")

0 commit comments

Comments
 (0)