googlemaps / googlemaps/google-maps-services-python

Signing request with only API key

Abierto
#494 2 comentarios 1 reacción 1 asignado Reclamado por @wangela Ver en GitHub
triage me type: bug
Lenguaje dominante
Python
Estrellas
5k
Forks
1.4k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

As far as I understood, using a Client ID and a secret is a legacy way to call APIs: https://developers.google.com/maps/premium/authentication/client-id/url-authorization

I would like to call the API and adding a signature using only my API key. For example doing the following:
`client = googlemaps.Client(key="", client_secret="")`.

Nonetheless, no signature is added if I don't add a Client ID (which I do not have).

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.