From db26cafc4121a3e7453b86688c47a6f6252210e9 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Mon, 24 Aug 2015 17:07:11 -0700 Subject: [PATCH] Misc. UI fixes because Google changed their console --- docs/misc/google_developers_project.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/misc/google_developers_project.rst b/docs/misc/google_developers_project.rst index 86668914eb..c8f7b92080 100644 --- a/docs/misc/google_developers_project.rst +++ b/docs/misc/google_developers_project.rst @@ -18,12 +18,12 @@ How To: Create a Google Developers Project list of Google web services appears. 4. Find the **Google+ API** service and set its status to **ON**—notice that this action moves the service to the top of the list. -5. In the sidebar under "APIs & auth", select **Consent screen**. +5. In the sidebar under "APIs & auth", select **Credentials** and in that screen choose the **OAuth consent screen** tab - Choose an Email Address and specify a Product Name. 6. In the sidebar under "APIs & auth", select **Credentials**. -7. Click **Create a new Client ID** — a dialog box appears. +7. Click **Add Credentials** button and choose **OAuth 20 Client ID**. - In the **Application type** section of the dialog, select **Web application**. @@ -44,7 +44,7 @@ How To: Create a Google Developers Project http://redash.example.com/oauth/google_callback - - Click the ``Create Client ID`` button. + - Click the ``Create`` button. 8. In the resulting **Client ID for web application** section, copy the **Client ID** and **Client secret** to your ``.env`` file.