Ionic 3-Google Maps-提供了API KEY,但仍然显示“不推荐使用无密钥方式访问Google Maps Platform”。错误

时间:2018-11-27 15:13:13

标签: google-maps ionic-framework ionic3 ionic-native

我知道这是由于6月18日对API KEY要求所做的更改。

但是我 已经 启用了结算功能,并且 am 提供了API密钥,但仍然出现错误:< / p>

{"error_message":"Keyless access to Google Maps Platform is deprecated. 
Please use an API key with all your API calls to avoid service interruption. 
For further details please refer to http://g.co/dev/maps-no-account",
"results":[],"status":"OVER_QUERY_LIMIT"}

我已经尝试过以下组合:

  • 添加/删除Android平台
  • 添加/删除Google地图插件

用于添加插件的代码是:

ionic cordova plugin add cordova-plugin-googlemaps \
--variable API_KEY_FOR_ANDROID="MY_API_KEY" \
--variable API_KEY_FOR_IOS="MY_API_KEY"

我什至尝试使用以下命令从CLI进行测试:

curl https://maps.googleapis.com/maps/api/geocode/json?address=Cape&key=MY_API_KEY

但上面有同样的错误

任何想法,尽管提供了API密钥,但可能导致该错误的原因是我应该检查的吗?

0 个答案:

没有答案