Is it possible to create a public OAuth Client id that never expires in Smartsheet using their simple developer account they provide? They provide trial accounts, but my concern is what happens with the OAuth client when the account expires? Will the client expire to?
Asked
Active
Viewed 111 times
2 Answers
0
Developer accounts are fully featured and can participate in the OAuth flow.

Steve Weil
- 863
- 5
- 8
-
Hello Steve, thanks for the reply. As far as I understood, the developer account is created out of the trial account. Do you mean the developer account continues to be active after the trial account expires? – d0kt0r1 May 05 '17 at 07:22
0
The account would need to remain active for the client id to continue working. Trial accounts are just that - trials, so naturally you wouldn't want to setup anything permanent with an account you don't intend to keep.
You might be confusing client ids (essentially an identifier for your app) with access tokens? The client id would remain the same for the life of your app. Access tokens would need to be refreshed periodically. See the documentation for details.

Software2
- 2,358
- 1
- 18
- 28