Setting up a project on the Google Developers Console

Photo by Kai Wenzel on Unsplash

Setting up a project on the Google Developers Console

Setting up a project on the Google Developers Console is an essential step for developers and organizations to access and utilize various Google APIs and services. The Google Developers Console provides a centralized platform to manage projects, configure settings, enable APIs, and generate necessary credentials for authentication. By creating a project and configuring it correctly, one can gain access to a wide range of Google services and leverage their functionality in applications or projects.

In this article, we will guide you through setting up a project on the Google Developers Console. Let's get started!

  1. Go to https://console.developers.google.com/

image

  1. At the top of the page, click on the project drop-down menu.

image

  1. Select “New Project” to create a new project.

image

  1. Fill in the project details and click on the “Create” button. You’ll be redirected to the project dashboard.

image

  1. On the left sidebar, click on “Credentials” under the “APIs & Services” section.

image

  1. On the Credentials page, click on the “Create Credentials” button and select “OAuth client ID” from the drop-down menu.

image

  1. If you haven't already, Click the “Configure consent screen” button on the “Create OAuth client ID” page.

  2. Select the appropriate user type and click on the “Create” button.

  3. Fill in the necessary information on the “OAuth consent screen” page such as the App information and Authorized domains.

image

  1. Once you’re done configuring the consent screen, click on the “Back to Dashboard” button at the bottom of the page. You’ll see a summary of the " OAuth consent screen"

  2. Now, go back to the sidebar and click on the “Credentials” tab to view the Credentials Page.

  3. Click on the “Create Credentials” button and select “OAuth client ID” from the drop-down menu again.

image

  1. Select “Web application” as the application type.

  2. In the “Authorized JavaScript origins” field, enter the origin of the application for local development.

  3. In the “Authorized redirect URIs” field, enter the callback URL where Google will redirect the user after authentication.

  4. Click on the “Create” button to generate the OAuth client ID.

PS: it may take some time for the changes to take effect.

  1. Voila! A pop-up screen with the client details will come up and can always be accessed from Credentials in APIs & Services.