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

Google dev key #37

Closed
jesusprubio opened this issue May 4, 2015 · 3 comments
Closed

Google dev key #37

jesusprubio opened this issue May 4, 2015 · 3 comments
Labels

Comments

@jesusprubio
Copy link

Hi, could you please show how create the Google keys? I only can get it working using the ones included in the demo. With mines I only get a forbidden message.

Thanks in advance :)

@ghost
Copy link

ghost commented May 4, 2015

Go to the Google Developers Console.

Select a project, or create a new one.

In the sidebar on the left, expand APIs & auth. Next, click APIs. In the list of APIs, make sure all of the APIs you are using show a status of ON. In the sidebar on the left, select Credentials.

Click Create new Key and select the appropriate key type:

01

Create and use a server key if your application runs on a server. Do not use this key outside of your server code. For example, do not embed it in a web page. To prevent quota theft, restrict your key so that requests are only allowed from your servers' source IP addresses.

OR

Create and use a browser key if your application runs on a client, such as a web browser. To prevent your key from being used on unauthorized sites, only allow referrals from domains you administer.

Don't forget to ENABLE 'Google Maps Embed API " (under Google Maps APIs).
02
03

@jesusprubio
Copy link
Author

Thanks, I had a problem with the domain/ip :)

@ghost
Copy link

ghost commented May 4, 2015

Yw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants