The user is not enabled for the app

PR4530
I am a new user, I created an app and am trying to integrate using the Golang client.
I am using the correct API Key and Secret I received from the app I created.

I am not using a Postback URL for my app, as my app is not deployed anywhere yet. However, I am using the instructions mentioned at https://github.com/zerodha/gokiteconnect?tab=readme-ov-file#api-usage. And I do receive this link to be able to generate a token.
https://kite.zerodha.com/connect/login?api_key=&v=3
I am asked to login and once I login, I am shown the following error:
{
"status": "error",
"message": "The user is not enabled for the app.",
"data": null,
"error_type": "InputException"
}
What does it mean and what am I missing?
  • sujith
    Kite Connect app is provided only for personal use. It can't be used with multiple client ids. You will have to use the same client as mentioned while creating the Kite Connect app. If you are not sure what client id you have given then go to dev console and check the app details page.
  • PR4530
    Understood, thanks.
This discussion has been closed.