googlemaps / googlemaps/google-maps-services-python
Signing request with only API key
Aperta
triage me
type: bug
- Lingua principale
- Python
- Stelle
- 5k
- Fork
- 1.4k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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).
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.