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 摘要。