User not enabled for Kite Connect app

Annapureddy_Suresh99
Hello Zerodha Support Team,

I have created and activated a Kite Connect app and completed the payment successfully.
However, while attempting to log in via the Connect API, I am consistently receiving the error:

“User is not enabled for the app.”

Details:

Kite User ID: FVS379

App Name: MACD_15min_AutoTrader

The Zerodha Client ID in the app settings is correctly set to FVS379.

Requesting you to please enable my user ID for this Kite Connect app on the backend.

Thanks and regards,
Suresh
  • nagavenij
    You need to use same client id mentioned at developer page as Zerodha Client ID. You can refer to this similar discussion.
  • NIRUBHA
    What is "Redirect URL: Enter the URL required for OAuth authentication". How is to get or create this "you can use localhost during testing, such as http://127.0.0.1:8000"
  • salim_chisty
    salim_chisty edited 4:16AM
    @NIRUBHA The Redirect URL is where you are taken after a successful login, and you receive the request token on this URL. If you have given localhost as the redirect URL. It doesn't matter if the redirect URL loads or not; you can copy the request token from the URL and use it to generate the access token.You may refer to the similar discussion here.​

    We recommend following the login flow as outlined in the Kite Connect API documentation. Additionally, you can refer to this webinar for a detailed walkthrough.

    You can also explore our Quantinsti course on Algorithmic trading with Zerodha Kite Connect API and Python.
  • NIRUBHA
    I got the API key and the API secret key after 3 hours of struggle. Installed the python. But, if I type "pip install --upgrade kiteconnect" in the python, it shows error. Is there any seminar for dummies such as from installing the apps, and then login flow. Quantinsti course just jumped into the already installed macbook!
Sign In or Register to comment.