Files
n8n-docs/_snippets/integrations/builtin/credentials/google/create-google-cloud-project.md
Rowena Jones 81953e24f9 fix(docs): update Google OAuth credential docs (#4367)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-03-19 13:48:27 +01:00

11 lines
836 B
Markdown

1. Log in to your [Google Cloud Console](https://console.cloud.google.com) using your Google credentials.
2. In the top menu, select the project dropdown in the top navigation and select **New project** or go directly to the [New Project](https://console.cloud.google.com/projectcreate) page.
3. Enter a **Project name** and select the location (**Organization** and/or **Parent resource**) for your project.
4. Select **Create**.
5. Check the top navigation and make sure the project dropdown has your project selected. If not, select the project you just created.
<figure markdown="span">
![The project dropdown in the Google Cloud top navigation](/_images/integrations/builtin/credentials/google/google-cloud-project-dropdown.png)
<figcaption>Check the project dropdown in the Google Cloud top navigation</figcaption>
</figure>