diff --git a/packages/google/google_configure.html b/packages/google/google_configure.html
index bc03e7471f..11a91073f5 100644
--- a/packages/google/google_configure.html
+++ b/packages/google/google_configure.html
@@ -9,28 +9,22 @@
If necessary, "Create Project"
- Click "APIs & auth" and "Registered apps" on the left
+ Click "APIs & auth" and "Credentials" on the left
- Click the "Register App" button
+ Click the "Create New Client ID" button
Choose "Web application" as the type
- Click "Register"
+ Set Authorized Javascript Origins to: {{siteUrl}}
- Expand the "OAuth 2.0 Client ID section"
+ Set Authorized Redirect URI to: {{siteUrl}}_oauth/google?close
- Set Web Origin to: {{siteUrl}}
-
-
- Set Redirect URI to: {{siteUrl}}_oauth/google?close
-
-
- Click "Generate"
+ Click "Create Client ID"