From 4af462c7a907cf1dca4d0651adc8847579510351 Mon Sep 17 00:00:00 2001 From: Jaap P Date: Sat, 2 Dec 2023 04:26:42 +0100 Subject: [PATCH] Update google.markdown (#30090) When following the steps, the text "and click 'Go to credentials'" confused me since I was not offered such a button. The next step brought me to where I needed to go. The text "and click 'Go to credentials'" is not needed. --- source/_integrations/google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index c31babc643c..8a0ec17e834 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -28,7 +28,7 @@ This section explains how to generate a Client ID and Client Secret on 1. First go to the [Google Developers Console](https://console.developers.google.com/start/api?id=calendar). 2. The wizard will ask you to choose a project to manage your application. Select a project and click continue. -3. Verify that your calendar API was enabled and click 'Go to credentials' +3. Verify that your calendar API was enabled. 4. Navigate to APIs & Services (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials). 5. Click on the field on the left of the screen, **OAuth Consent Screen**. 6. Select **External** and **Create**.