by DonOfDen
Posted on 24 Aug 2019
Tags: Google API API CLIENT ID Client Secret Gmail
To work with Google APIs, you will need Google API Console project and Client Id. Which you can use to call different Google APIs. We wanted to integrate Google Sign-In into my CLI Application.
The following will explains how to create Google API Console project, client ID and client Secret.
Login to Google Developer Console at https://console.developers.google.com using your google account credentials.
If you are not registered on Google developer account, then you need to accept agreement.
It will show the detail page of “Gmail API”, click on “Enable” button and it will return you back to dashboard.
From the dashboard click on “Credentials” from the left side menu.
From “Credentials” page click on “Create credentials” tab and select “OAuth Client ID”. Then click on “Save” button.
It will display the popup with client id and client secret.
Share your thoughts via twitter @aravind_kumar_g ¯\_(ツ)_/¯