Unable to get the request token

Mithuns10
when ever i am tring to get the request token using this url - >https://kite.trade/connect/login?api_key=YOUR_API_KEY&v=3
i am getting the error and response like - > {"status":"error","message":"The user is not enabled for the app.","data":null,"error_type":"InputException"} :smile:

can any one plese help on this
  • Mithuns10
    using python script
  • Mithuns10
    from kiteconnect import KiteConnect

    api_key = "XYZ"
    kite = KiteConnect(api_key=api_key)

    print("API Key is correct!") - > and i can see that "API key is correct" , is printing, so there is no wrong with key, can any one suggest a solution , when ever i am opening the following url to browser ie https://kite.trade/connect/login?api_key=XYA&v=3 - > getting the error response like - > {"status":"error","message":"The user is not enabled for the app.","data":null,"error_type":"InputException"} , in developer console my app is active, i am uisng zerodha orbis accout may be is that one is the probem? if that how can we over come?
  • Vivek
    Error says that the client ID you are trying to login with is not the same Zerodha client ID you have mentioned in your app settings - https://developers.kite.trade/apps
  • Mithuns10
    I am using the same API key, and i have cross checked, Cliend ID is not the API key ? i am uisng the orbis account is that one is the problem
  • Mithuns10
    ok got it my client ID was wrong -- thanks
This discussion has been closed.