Google Places API Mis-tracking my Query Count -
After running 1k query, I have a query on Google's Places API console 5.53.
is required ('open_uri) gr = build_query_list (1000) # List of URLs for Google Places requests gr.length = & gt; 100 gr.each {| R | Open (r) .read}
After running the above, shows 5.53k more queries than starting with the console.
This is a problem with open (str). Readings instead of APIs I started using ruby gem and my problems went away.
Comments
Post a Comment