https://github.com/aristosv/google_auth
How-To create Client ID and Client Secret for a Google project
https://github.com/aristosv/google_auth
auth google-api
Last synced: 4 months ago
JSON representation
How-To create Client ID and Client Secret for a Google project
- Host: GitHub
- URL: https://github.com/aristosv/google_auth
- Owner: aristosv
- Created: 2020-04-30T14:24:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T12:59:13.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:03:51.238Z (8 months ago)
- Topics: auth, google-api
- Homepage:
- Size: 2.42 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - aristosv/google_auth - How-To create Client ID and Client Secret for a Google project (Others)
README
**Step 01**. Go to the Google developers console https://console.cloud.google.com/getting-started

```
```
**Step 02**. Click "**Select a project**"
```
```
**Step 03**. Select "**New Project**"
```
```
**Step 04**. Under "**Project Name**" type your project name and click "**Create**"
```
```
**Step 05**. Select "**APIS and Services**"
```
```
**Step 06**. Click "**Select a project**"
```
```
**Step 07**. Select the project you have just created
```
```
**Step 08**. Select "**Enable APIS and Services**"
```
```
**Step 09**. Search for "**calendar**" and select "**Google Calendar API**"
```
```
**Step 10**. Click the "**Enable**" button
```
```
**Step 11**. Select "**Credentials**"
```
```
**Step 12**. Select "**Configure Consent Screen**"
```
```
**Step 13**. Select "**External**" and click "**Create**"
```
```
**Step 14**. On the **OAuth consent screen** enter the following information
- **App name**: type your project name
- **User support email**: select the available email address
- **Developer contact information**: enter the email address of this gmail account
- Select "**Save and continue**"
```
```
**Step 15**. On the **Scopes** screen select "**Save and continue**" again
```
```
**Step 16**. On the **Test users** screen select "**Add Users**"
```
```
**Step 17**. On the **Add Users** screen enter the email address of this gmail account
```
```
**Step 18**. On the **Test Users** screen select "**Save and Continue**"
```
```
**Step 19**. On the **OAuth consent screen** select "**Back to Dashboard**"
```
```
**Step 20**. Click "**Credentials**", then "**Create Credentials**" and "**OAuth client ID**"
```
```
**Step 21**. Under "**Application Type**" select "**Desktop App**", type your project name and then "**Create**"
```
```
**Step 22**. On this screen you can copy your Client ID and Client Secret