getting error like invalid authrization
Hi there,Does any one have solution for my error?
getting error on server.
I am trying to create a react app integrating wrike on it but getting error on request header
:
const response = await axios.post('https://login.wrike.com/oauth2/token', {
client_id: 'W7jcamg8',
client_secret: '*********************',
grant_type: 'authorization_code',
code,
redirect_uri: 'http://localhost:5000/callback'
});
when i try those same credential on postman then the error reflect clearly
:
Hi Tamim Hossain, welcome to the Community! Thank you for creating this post, I can see that our Support Team is already assisting you with your case.
If any other questions arise, please don't hesitate to let us know.