Click here to Skip to main content
15,902,939 members

Comments by Member 12485594 (Top 1 by date)

Member 12485594 29-Jul-17 4:45am View    
I have this project but you can see in the project that the access token is already given which is available by manually clicking "Generate New Access Token" by going into Account(settings)> Personal Settings> API Access.

But i don't want access token in this way because its validity is for 7 days, after which i have to generate manually by the same above process and assign new access token.

But i can't just sit and keep modifying my access token after every 7 days. I want it to be generated automatically wherein it would get auto refresh.

And to get that the smart sheet documentation tells to register the third party application using the Developer tools option which requires "APP URL" and "APP Redirect URL".

My application being a console project how can i specify "APP URL" and "APP Redirect URL".