Shrinivas Kulkarni
Shrinivas Kulkarni

Reputation: 492

Getting error com.google.HTTPStatus code 400 while resolving the address using GMSReverseGeocodeResponse

I am trying to resolve the address (trying to convert latitude & longitude to readable address) using [[GMSGeocoder geocoder] reverseGeocodeCoordinate:{}];. I am not getting any response data and following error

ClientParametersRequest failed, 3 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x17e080b0 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}

Upvotes: 4

Views: 8126

Answers (1)

Greensource
Greensource

Reputation: 221

I had the same issue. My problem was the Google Maps SDK for iOS wich was not enabled :/

So be carefull of the API key (and the associated bundle ID) and check if the right API is activated.

Upvotes: 11

Related Questions