I'm using a Google Sheets connected system in Appian with OAuth 2.0 authentication. The integration works initially, but I'm encountering an issue where the connection requires reauthorization almost every hour.
Has anyone faced a similar problem with token expiration or session persistence? Is there a recommended way to maintain or refresh the token without requiring manual reauthorization so frequently?
Appreciate any suggestions or best practices to resolve this.
Discussion posts and replies are publicly visible
Do you use any user based authentication? Then I would expect the token to expire.
Yes, we are using user-based authentication via OAuth 2.0 in our Google Sheets connected system. how to over come these issue
Isn't there any documentation for that plugin?