Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Gangani Ariyarathne
I've obtained a billing account through Infra team. I've used the constructor of the Geocoder which uses the client id and the client key. But I'm not sure what the geocoder constructer expects for the client key. I generated the client key by following the guide[1]. The changed code can be found

Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Ramindu De Silva
[+] Anusha On Wed, Oct 17, 2018 at 9:38 PM Ramindu De Silva wrote: > Hi Gagani, > > Did you go through the steps mentioned in created a billing account for > the cloud platform? > Could you please send the changed code? Did you do the code change to the > constructor of the Geocoder[2]? > > 1.

Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Ramindu De Silva
Hi Gagani, Did you go through the steps mentioned in created a billing account for the cloud platform? Could you please send the changed code? Did you do the code change to the constructor of the Geocoder[2]? 1.

[Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-16 Thread Gangani Ariyarathne
Hi all, I've used geocode(stream function) of Geo-extension of Siddhi to find the latitude and longitude values by giving the location. That stream function doesn't work as expected and gives "OVER QUERY LIMIT" error after running my siddhi application a few times. I did a background search on