Getting OVER QUERY LIMIT after one request with geocode

后端 未结 5 1557
情歌与酒
情歌与酒 2020-11-29 04:20

I\'m using the ggmap\'s geocode to find the latitude and longitude of different cities. It worked completely fine yesterday but I get an OVER QUERY LIMIT after only one requ

5条回答
  •  不知归路
    2020-11-29 04:52

    The request doesn't use a key, which means: you share the quota with all pages hosted on the same server(same IP-address/may be houndreds of domains).

    As it seems this library only supports an option for business-users to provide credentials.

    There is a feature-request from 2014 , but as long as it's not implemented I'm afraid there is nothing you can do(as a non-business-user) when you use this library(except you modify the library, but I'm not familiar with R so I can't give further help).

提交回复
热议问题