我們使用Google Geocoding API將地址映射到經度和緯度。哪裏可以放置Google Geocoding API的API密鑰?
這裏是編碼樣本URL(返回JSON) -
http://maps.googleapis.com/maps/api/geocode/json?address=Dallas&sensor=false
消息:OVER_QUERY_LIMIT
好吧,這是有道理的,因爲我們超過了2500漲停,所以我們把API關鍵是這樣 -
http://maps.googleapis.com/maps/api/geocode/json?key=xxxxx&address=Dallas&sensor=false
消息:REQUEST_DENIED
我想知道在哪裏/如何放置API密鑰。
只是爲了確認,你有一個商業帳戶的API密鑰 - 一般使用谷歌地圖api不是免費的密鑰? – Matthew
從這裏添加信息到我的回答:https://developers.google.com/maps/documentation/business/clientside/ – Matthew
只需闡明這一點,開發人員控制檯(API)密鑰只能與Google地圖客戶端一起使用,側邊的API。您要撥打的電話是Google地圖地理編碼網絡服務API,因此是「REQUEST_DENIED」響應。 –