googlemaps / googlemaps/google-maps-services-python

Signing request with only API key

未關閉
#494 2 則留言 1 個 reaction 已指派 1 人 已被 @wangela 認領 在 GitHub 檢視
triage me type: bug
主要語言
Python
星號
5k
分支
1.4k
PR 合併指標
30 天內沒有已合併 PR

描述

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).

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。