Rails中的Geocoder gem返回:超出查询限制

时间:2019-01-09 09:04:37

标签: ruby-on-rails geocoder

我有一个带有geocoded_by :addressafter_validation :geocode的事件模型,我的geocoder.rb (initializer)中也有一个google api键。已为GeocodingAPi启用了密钥。在控制台中运行.geocode时,出现限制错误消息。

2.5.3 :024 > Geocoder.coordinates("25 Main St, Cooperstown, NY")
Google API error: over query limit.

2.5.3 :030 > a.full_address
 => "80,  Rue des Capucins, Paris" 
2.5.3 :031 > a.geocode
Google API error: over query limit.
 => nil 
2.5.3 :032 > 

我今天根本没有使用过该API,因此我确信这不会成为限制问题。我正在localhost上进行测试,因此也不能成为共享服务器限制问题。 有人知道在这种情况下应该做什么/检查吗?

Geocoder.configure(
   lookup: :google,            
   ip_lookup: :ipinfo_io,      
   use_https: true,           
   api_key: nil,               
   cache: Redis.new,                 
  api_key: 'AIzaSXXXXXXXXXXXXXXXXXXXXXXXXXX'

)

1 个答案:

答案 0 :(得分:1)

Google Geolocation API不是免费的,它有限制。检查网站gecoding usage