HowTo Set Google API Key: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
# [https://console.developers.google.com/iam-admin/projects Click] | # '''[https://console.developers.google.com/iam-admin/projects Click here]''' and then click on “Create Project”. Call it anything you like. | ||
# Once you’ve created the “Project”, look for the list of links under “Google Maps APIs”. | # Once you’ve created the “Project”, look for the list of links under “Google Maps APIs”. | ||
# Click on “Google Maps JavaScript API” and then click “Enable”. | # Click on “Google Maps JavaScript API” and then click “Enable”. |
Revision as of 07:09, 8 August 2018
- Click here and then click on “Create Project”. Call it anything you like.
- Once you’ve created the “Project”, look for the list of links under “Google Maps APIs”.
- Click on “Google Maps JavaScript API” and then click “Enable”.
- Click “Go to Credentials” – or, on the left sidebar, click “Credentials”.
- Under “Where will you be calling the API from?” select “Web Browser”.
- You’ll now be on “Step 2”. Under “Name” anything you like – possibly the name of your website.
- Under “Accept requests from these HTTP referrers (web sites)” enter your website’s exact URL
- Click “Create API Key”.
- Copy the string of text listed beside “API KEY” and paste it below.