From d6678da3061d285bcaee5d84e4210270ce1f684e Mon Sep 17 00:00:00 2001 From: Fletcher Date: Fri, 10 Nov 2023 15:58:52 +0800 Subject: [PATCH 1/3] Remove superfluous navigation to "create credentials" --- source/_includes/integrations/google_client_secret.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_includes/integrations/google_client_secret.md b/source/_includes/integrations/google_client_secret.md index 594c3b93d571..206952453623 100644 --- a/source/_includes/integrations/google_client_secret.md +++ b/source/_includes/integrations/google_client_secret.md @@ -23,7 +23,7 @@ This section explains how to generate a client ID and client secret on 1. First, go to the Google Developers Console to enable [{{ api }}]({{ api_link }}) {% if page.api2 %} and [{{ page.api2 }}]({{ page.api2_link }}) {% endif %}. 2. Select **Create project**, enter a project name and select **Create**. -3. **Enable** the {{ api }} and select **Create credentials**. +3. **Enable** the {{ api }}. 4. Navigate to **APIs & Services** (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials). 5. In the left sidebar, select **OAuth consent screen**. - Select **External** and **Create**. @@ -51,4 +51,4 @@ This section explains how to generate a client ID and client secret on - To view both the **Client ID** and **Client secret**, select the pencil icon. This will take you to the settings page for these credentials, and the information will be on the right-hand side of the page. 16. Congratulations! You are now the keeper of a client secret. Guard it in your treasure box. -{% enddetails %} \ No newline at end of file +{% enddetails %} From 9efb7b30cb1fda3f68af2dfa09e61d7671bc74b2 Mon Sep 17 00:00:00 2001 From: Fletcher Date: Fri, 10 Nov 2023 16:03:49 +0800 Subject: [PATCH 2/3] Clarify conditions/consequences of app review --- source/_includes/integrations/google_client_secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/google_client_secret.md b/source/_includes/integrations/google_client_secret.md index 206952453623..dc8b985dcc1d 100644 --- a/source/_includes/integrations/google_client_secret.md +++ b/source/_includes/integrations/google_client_secret.md @@ -32,7 +32,7 @@ This section explains how to generate a client ID and client secret on - From the dropdown menu, select your email address. 7. Under **Developer contact information**, enter your email address (the same as above is fine). 8. Scroll to the bottom and select **Save and continue**. - - You don't have to fill out anything else, or it may enable additional review. + - Adding other information to this page (like an app logo) may trigger an additional review process from Google and delay setup by days. 9. You will then be automatically taken to the **Scopes** page. - You do not need to add any scopes here. Select **Save and continue** to move to the **Test users** page. - You do not need to add anything to the **Test users** page. Select **Save and continue**, which will take you to the **Summary** page. From fbf80788b0d1b3e1062cead17fc26edad056a4db Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:59:41 +0100 Subject: [PATCH 3/3] Tweak --- source/_includes/integrations/google_client_secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/google_client_secret.md b/source/_includes/integrations/google_client_secret.md index dc8b985dcc1d..71daa330a5d5 100644 --- a/source/_includes/integrations/google_client_secret.md +++ b/source/_includes/integrations/google_client_secret.md @@ -32,7 +32,7 @@ This section explains how to generate a client ID and client secret on - From the dropdown menu, select your email address. 7. Under **Developer contact information**, enter your email address (the same as above is fine). 8. Scroll to the bottom and select **Save and continue**. - - Adding other information to this page (like an app logo) may trigger an additional review process from Google and delay setup by days. + - You don't have to fill out anything else here. Adding other information to this page (like an app logo) may trigger an additional review process from Google and delay setup by days. 9. You will then be automatically taken to the **Scopes** page. - You do not need to add any scopes here. Select **Save and continue** to move to the **Test users** page. - You do not need to add anything to the **Test users** page. Select **Save and continue**, which will take you to the **Summary** page.