I want to refresh my access token after it has expired. For the same , the docs mention about using refresh token : def renew_access_token( self, refresh_token, api_secret) But when I am generating the session, I am getting a blank refresh token. u'refresh_token': u'' Can anyone please tell me if I am missing something or is this a bug in zerodha api?
You can check out this thread.