Javascript SDK didn't return status code

[FAQ] 지도/로컬 API 문의 전 꼭 읽어 주세요.

Hi,
I want to ask that if im using the javascript sdk to do some map usage
If the api exceed limit , i could not get the API error 429 from the function, what i can do with this for checking the exceed limit?

places.keywordSearch(
‘keyword’,
(data, status) => {
//here didn’t return status 429 and data is just “ERROR” and status is null
},
{
x: lng,
y: lat,
},
);

Thanks

@Darren6866
The 429 error occurs when too many requests are made in a short period of time.
Could you let us know the purpose of your API usage?
If you are using it for data retrieval or storage rather than live requests, please note that this type of usage is not allowed.

Hi, im using javascript sdk live request, but for example the kakaomapsdk.keywordSearch(xxxx)
The callback value didn’t return any error related to 429/ quota limit exceed, how do i know the sdk is hit the limit.

@Darren6866
To check your API usage, please follow these steps:

  1. Click “My Application” in the Developers menu (Kakao Developers).

  2. Select your specific application.

  3. Click the “Statistics” menu at the bottom left of the site.

  4. You can check details such as API usage.