> ## Documentation Index
> Fetch the complete documentation index at: https://composio-27-feat-docs-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google: OAuth2 single service

> In this guide you'll learn how to create and setup a new Google Project and get the OAuth credentials

## Set up OAuth

There are four steps to connecting your n8n credential to Google services:

1. Create a Google Cloud Project
2. Configure Project
3. Configure your OAuth consent screen APIs
4. Create your Google OAuth Client credentials

## Video Guide

<iframe width="560" height="315" src="https://www.youtube.com/embed/1Jju5nx51Z8?si=uaF_FAEIV02xvg1A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Steps

<Steps>
  <Step title="Create a Google Cloud Project">
    First, create a Google Cloud Console project:

    * Log in to your Google Cloud Console using your Google credentials
    * In the top menu, select the project dropdown in the top navigation and select New project or go directly to the New Project page

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/1a.jpeg" />

    * Enter a Project name and select the Location for your project

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/1b.jpeg" />
  </Step>

  <Step title="Configure Project">
    Head over to APIs and services section of the project:

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/2a.jpeg" />

    * Click on overview and configure the project:

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/2b.jpeg" />
  </Step>

  <Step title="Configure your OAuth consent screen APIs">
    After project configuration, click on Create OAuth client

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/3a.jpeg" />

    * Click on configure consent screen

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/3b.jpeg" />

    * Configure the branding

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/3c.jpeg" />

    * then publish the app

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/3d.jpeg" />
  </Step>

  <Step title="Create your Google OAuth Client credentials">
    Head over to Clients section:

    * Click on Create Client

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/4a.jpeg" />

    * Click on Configure Consent Screen

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/4b.jpeg" />

    * Configure the consent screen

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/4c.jpeg" />

    * And you're done, you've successfully created new Client ID and Client Secret for the project

    <img height="200" src="https://mintlify.s3.us-west-1.amazonaws.com/composio-27-feat-docs-revamp/integrations/media/google/4d.jpeg" />
  </Step>
</Steps>
