我正在使用 https://maps.googleapis.com/maps/api/geocode/json?链接到服务器密钥和用户 IP 找到任何地址的经纬度,当我尝试我发现错误为
I have a server access key from google and I have put my server's IP address in the their white list.
我试图通过 PHP CURL 访问的 URL 是:
我得到的结果是:
Array ([error_message] => This IP, site or mobile application is not authorized to use this API key. [results] => Array ( ) [status] => REQUEST_DENIED)
Is there anything that I need to configure.The geocoding API is also switched on.