We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For Google Maps APIs Premium users, the client parameter is still used. https://developers.google.com/maps/documentation/javascript/get-api-key#client-id
client
You can authenticate with either an api key or client id. https://developers.google.com/maps/documentation/javascript/get-api-key#clientID-features
key
client param removed in #537
The text was updated successfully, but these errors were encountered:
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...
&client=gme-xxx&key=&libraries=geometry...
It would be great if either the client= or key= params could be appended only when needed.
client=
key=
Sorry, something went wrong.
No branches or pull requests
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
orclient
id.https://developers.google.com/maps/documentation/javascript/get-api-key#clientID-features
client
param removed in #537The text was updated successfully, but these errors were encountered: