로그인 연동 project id 오류

2020-02-27 14:23:59.950 28442-28442/zero.assignment E/kakao.sdk: AUTHORIZATION_FAILED: The client must have the projectId.
at com.kakao.auth.authorization.authcode.KakaoAuthCodeManager.onAuthCodeReceived(KakaoAuthCodeManager.java:269)
at com.kakao.auth.authorization.authcode.WebAuthCodeService.onWebViewCompleted(WebAuthCodeService.java:79)
at com.kakao.auth.authorization.authcode.WebAuthCodeService.onReceivedResult(WebAuthCodeService.java:101)
at com.kakao.auth.authorization.authcode.WebAuthCodeService$1.onReceiveResult(WebAuthCodeService.java:108)
at android.os.ResultReceiver$MyRunnable.run(ResultReceiver.java:50)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7063)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)

로그인 연동중에 해당 오류가 발생합니다.
어플리케이션 아이디 : 206534
해당 어플리케이션을 등록하라고 하는 것 같은데 어디에다가 등록을 해야할지 모르겠습니다.