aristosv / google_auth

How-To create Client ID and Client Secret for a Google project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 01. Go to the Google developers console https://console.cloud.google.com/getting-started

alt text

Step 02. Click "Select a project"

alt text

Step 03. Select "New Project"

alt text

Step 04. Under "Project Name" type your project name and click "Create"

alt text

Step 05. Select "APIS and Services"

alt text

Step 06. Click "Select a project"

alt text

Step 07. Select the project you have just created

alt text

Step 08. Select "Enable APIS and Services"

alt text

Step 09. Search for "calendar" and select "Google Calendar API"

alt text

Step 10. Click the "Enable" button

alt text

Step 11. Select "Credentials"

alt text

Step 12. Select "Configure Consent Screen"

alt text

Step 13. Select "External" and click "Create"

alt text

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"

alt text

Step 15. On the Scopes screen select "Save and continue" again

alt text

Step 16. On the Test users screen select "Add Users"

alt text

Step 17. On the Add Users screen enter the email address of this gmail account

alt text

Step 18. On the Test Users screen select "Save and Continue"

alt text

Step 19. On the OAuth consent screen select "Back to Dashboard"

alt text

Step 20. Click "Credentials", then "Create Credentials" and "OAuth client ID"

alt text

Step 21. Under "Application Type" select "Desktop App", type your project name and then "Create"

alt text

Step 22. On this screen you can copy your Client ID and Client Secret

alt text

About

How-To create Client ID and Client Secret for a Google project