[FAQ] 지도/로컬 API 문의 전 꼭 읽어 주세요.
https://devtalk.kakao.com/t/faq-api/125610
기존에 반경이 10km 내의 위치를 검색할 때는 정상적으로 작동하였습니다. 그러나 반경을 15km 등 숫자를 키울 때 {“code”:-401,“msg”:“cannot find Authorization : KakaoAK header”} 와 같은 오류가 발생하였습니다.
이때 어떤 부분은 정상적으로 길을 찾고 어떤 지점은 길을 찾지 못하고 있습니다.
https://apis-navi.kakaomobility.com/v1/directions?origin=126.813524514918%2C37.1593983647558&destination=126.767731%2C37.2266693&departure_time=1721569045 400 (Bad Request)
getFutureDirections @ temp.js:58
(anonymous) @ temp.js:141
findClosestStation @ temp.js:138
await in findClosestStation (async)
(anonymous) @ temp.js:18
temp.js:207 Error fetching directions: Error: HTTP error! status: 400
at getFutureDirections (temp.js:60:15)
이는 왜 그럴까요?