1.If you enabled the geocoding api to the current key but still get request denied try create a new api key and limit the access only to geocoding.(This worked on me)
2.while using sonnet 3.7
String encodedAddress = URLEncoder.encode(address, StandardCharsets.UTF_8);
it encoded the address with this code when using UriComponentBuilder
but it caused quite a lot failure at transition from text address to coordinate.
just add the raw text.
'컴공' 카테고리의 다른 글
Trae 관련 개발 중 발견한 에러사항 (0) | 2025.03.17 |
---|---|
MS SQLServer 한글 깨짐 관련 (0) | 2025.03.11 |
Comparison between ChatGPT voicemode vs Grok voice(free) (0) | 2025.03.06 |
Tips while developing Agent task with Gemini (0) | 2025.03.03 |
Extracting Required information from text using Gemini (0) | 2025.03.01 |