Hi,
How to expand expiration time for token without using of SDK (no APPLICATION)? - I just needed it for simple csv download & then process it via Informatica Power Center.
Just execution of script/cmd like this one:
curl https://api.smartsheet.com/2.0/users/me -H "Authorization: Bearer xxx" -o $PMRootDir/scripts/json_data_curl.json -v
Is there any way to set it from beginning to 1 year for example?