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

1.5.8 removed ability to auth as client #561

Open
mcauser opened this issue Aug 15, 2018 · 1 comment
Open

1.5.8 removed ability to auth as client #561

mcauser opened this issue Aug 15, 2018 · 1 comment

Comments

@mcauser
Copy link

mcauser commented Aug 15, 2018

For Google Maps APIs Premium users, the client parameter is still used.
https://developers.google.com/maps/documentation/javascript/get-api-key#client-id

You can authenticate with either an api key or client id.
https://developers.google.com/maps/documentation/javascript/get-api-key#clientID-features

client param removed in #537

@mcauser
Copy link
Author

mcauser commented Aug 15, 2018

For those authenticating as a client, the key param is not required.

When passing in both client id and a blank key, it throws an InvalidKey warning:
&client=gme-xxx&key=&libraries=geometry...

It would be great if either the client= or key= params could be appended only when needed.

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

No branches or pull requests

1 participant