我知道这是由于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"}
我已经尝试过以下组合:
用于添加插件的代码是:
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密钥,但可能导致该错误的原因是我应该检查的吗?