I have tried generating access token but getting the error message: 'Token is invalid or has expired.', I even tried to logout using sessionhook, but still its giving the error, What to do if access token is already generated and I did not save it, how to generate it again? @sujith user - KT3559
I am trying to do that, but its giving the error message: 'Token is invalid or has expired.', I am able to generate the request token successfully, but the generateaccess token is giving error
{ status: 'error', message: 'Token is invalid or has expired.', data: null, error_type: 'TokenException' }
Hi @sujith , the thread you referred did not help, please try to generate access token at your end for this user, if possible. Else please help me in debugging the issue.
You can create a new access token with the new request token.
I am able to generate the request token successfully, but the generateaccess token is giving error
{
status: 'error',
message: 'Token is invalid or has expired.',
data: null,
error_type: 'TokenException'
}