Skip to content

Commit

Permalink
Update Google setup instructions for Cloud Console
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Nov 11, 2013
1 parent 5d64081 commit 3f26269
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/google/google_configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,28 @@
<li>
If necessary, "Create Project"
<li>
Open the "API Access" tab on the left
Click "APIs &amp; auth" and "Registered apps" on the left
</li>
<li>
Create another Client ID
Click the "Register App" button
</li>
<li>
Choose "Web application" as the type
</li>
<li>
Click "More options&hellip;" after "Your site or hostname"
Click "Register"
</li>
<li>
Set Authorized Redirect URIs to: <span class="url">{{siteUrl}}_oauth/google?close</span>
Expand the "OAuth 2.0 Client ID section"
</li>
<li>
Set Authorized JavaScript Origins to: <span class="url">{{siteUrl}}</span>
Set Web Origin to: <span class="url">{{siteUrl}}</span>
</li>
<li>
Create client ID
Set Redirect URI to: <span class="url">{{siteUrl}}_oauth/google?close</span>
</li>
<li>
Click "Generate"
</li>
</ol>
</template>

0 comments on commit 3f26269

Please sign in to comment.