Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Instructions for API Credentials #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ To generate a server key for your project:
* Roads API
1. Once you've enabled the APIs, click **Credentials** from the left navigation of the Developer
Console.
1. In the "Public API access", click **Create new Key**.
1. Choose **Server Key**.
1. In the "Credentials" dashboard, click **Create credentials**.
1. Choose **API key**.
1. If you'd like to restrict requests to a specific IP address, do so now.
1. Click **Create**.
1. Copy your API key and click **Close**.

Your API key should be 40 characters long, and begin with `AIza`.

Expand Down