same error ,before this i am using the latest latest Kite Connect Javascript client version 3
and after reinstalling i am getting the same error @rakeshr
Unhandled rejection StatusCodeError: 403 - "{\"status\":\"error\",\"message\":\"Token is invalid or has expired.\",\"data\":null,\"error_type\":\"TokenExcepti
at new StatusCodeError (C:\vivekblocklyproject\node_modules\request-promise-core\lib\error…
kc.requestAccessToken(request_token, "**********************************")
.then(function (res) {
var access_token = res.data.access_token
kc.setAccessToken(access_token);
console.log(access_token);
this is the access token i am …
no i am using accesstoken with api key and its correct api key.
i am not using client id as the new document is suggesting to use access token.
kindly make me clear weather to use client id or accesstoken @rakeshr
after updating node js package with npm install kiteconnect i have changed my code as var ticker = new KiteTicker("************", access_token); but even then i am not able to get the tick data as the token is showing is invalid or expired.
I am r…
i have update the code but its not working i am not able to get the tick data but i am getting the historical data in node js do we need to update any package also,if yes
then tell me all the step in detail how to do it and which are the package tha…
no i am not passing access token for kite ticker, you may see here
ticker = new KiteTicker("Api key", "Client_id", request_token);
10 to 15 days earlier i amn sending the request token only and i am getting the tick data
but now i am not getti…