Skip to content

Commit

Permalink
Merge pull request #539 from ekampf/patch-5
Browse files Browse the repository at this point in the history
Docs: Misc. UI fixes because Google changed their console
  • Loading branch information
arikfr committed Aug 25, 2015
2 parents 1ad01d8 + db26caf commit 7ea6409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/misc/google_developers_project.rst
Expand Up @@ -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**.
Expand All @@ -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.

0 comments on commit 7ea6409

Please sign in to comment.