Hi Team,
I am geeting refersh token using below URL and params.
Request:-
Post
https://www.box.com/api/oauth2/token
Params :-
1) grant_type
2) client_id
3) client_secret
4) refersh_token
Response:-
{
"access_token": "XXXX",
"expires_in": 4278,
"restricted_to": [],
"refresh_token": "XXXXXX",
"token_type": "bearer"
}
How can I get the refersh_token which will be valid for 60 day.
Do I have to do some other settings in account ?
Please help.
Thanks in Advance.
Regards,
Dilip