Difference between revisions of "HowTo Set Google API Key"

From NST Wiki
Jump to navigationJump to search
Line 1: Line 1:
# '''[https://console.developers.google.com/iam-admin/projects Click here]''' and then click on “Create Project”. Call it anything you like.
+
# Use "'''[https://developers.google.com/maps/documentation/javascript/get-api-key Getting Started]'''" or "'''[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:38, 17 August 2018

  1. Use "Getting Started" or "Click here" and then click on “Create Project”. Call it anything you like.
  2. Once you’ve created the “Project”, look for the list of links under “Google Maps APIs”.
  3. Click on “Google Maps JavaScript API” and then click “Enable”.
  4. Click “Go to Credentials” – or, on the left sidebar, click “Credentials”.
  5. Under “Where will you be calling the API from?” select “Web Browser”.
  6. You’ll now be on “Step 2”. Under “Name” anything you like – possibly the name of your website.
  7. Under “Accept requests from these HTTP referrers (web sites)” enter your website’s exact URL
  8. Click “Create API Key”.
  9. Copy the string of text listed beside “API KEY” and paste it in the NST WUI input field for "Google API Key".