Regarding geoLocation Nanoflow

0
Hi, I am using reverseGeocode JS action to get the current location by using coordinates. So I passed Google Map API key along with coordinates but I am getting the below error. Do I need to enable billing on the google cloud project? Error:-  You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started Error: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started     at _getAddress (http://localhost:8080/jsactions.js?637812902322688348:972:27)     at http://localhost:8080/jsactions.js?637812902322688348:1089:22
asked
1 answers
0

Yes, you need to enable billing. There is a free trial though.

https://developers.google.com/maps/get-started

answered