我问的问题和这篇文章非常相似:How to add my key to this google app script?然而,该帖子上的答案不再有效(使用Maps.setAuthentication(clientId,signingKey)),因为它用于Google Maps API Premium计划,不再适用于新客户查看此处:https://developers.google.com/apps-script/reference/maps/maps#setAuth
我正在使用android应用程序中的google place,而且我收到了这个错误。{
"error_message" : "This API project is not authorized to use this API.Please ensure that this API is activated in the APIs Console: Learn more: https://code.google.com/apis请帮助我使用
如何使用受API密钥限制的Google Geolocation API for Android应用程序?据我所知,我们不能对以下API请求使用受限制的API密钥,因为它与web请求相关。我知道我们可以使用Android中的内置地理编码器类来获得给定邮政编码的反向地理位置。但我想知道,我们如何才能实现与谷歌地理定位API与上述格式的反向地理
我试图使用从他们的经纬度/lng坐标中获取用户的地址,但不幸的是我得到了错误API keys with referrer restrictions cannot be used with this API否则我该怎么做呢,因为我不能删除对我的API密钥的引用限制。有没有办法使用Google Maps API对经纬度/lng坐标进行反向地理编码,我已经在用它来显示地图了?