Getting 'Insufficient permission for that call.' after paying for historical data?

keshav_
I am getting this python error
{'status': 'error', 'message': 'Insufficient permission for that call.', 'data': None, 'error_type': 'PermissionException'}

even after paying for historical data api
  • sujith
    You need to create a new session after subscribing to historical data.
  • ankiett
    Hello sujith. I am getting same error. and i have tried resetting api secret, reactivating the app and also tried on new day so that access token will no longer will be valid.
    still showing same error. could you please suggest anything else?
  • sujith
    @ankiett,
    Can you private message the api_key? We will check and get back to you.
  • rajeshkolagatla
    Hi Sujith,

    At any point in time if there is an error from an API call, do we need to regenerate the token.

    Thanks,
    Rajesh
  • rakeshr
    At any point in time if there is an error from an API call, do we need to regenerate the token.
    Not necessarily, depends on the error type. Only for permission error or invalid auth i.e HTTP status code 403, you need to regenerate the access_token. You can check all kite connect exception details here.
Sign In or Register to comment.