You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of setting up Google Workspace to work with the Google Sheet API. I am following the documentation and using the code samples from a repository.
I have encountered an issue where the token returned by requestAccessToken has a very short lifetime of only one hour. According to the documentation, this is by design. However, this means that users are required to provide their consent to share data and select their Google Account every hour, which can be quite inconvenient.
Is there a way to extend the access token?
The text was updated successfully, but these errors were encountered:
Summary
I am in the process of setting up Google Workspace to work with the Google Sheet API. I am following the documentation and using the code samples from a repository.
I have encountered an issue where the token returned by
requestAccessToken
has a very short lifetime of only one hour. According to the documentation, this is by design. However, this means that users are required to provide their consent to share data and select their Google Account every hour, which can be quite inconvenient.Is there a way to extend the access token?
The text was updated successfully, but these errors were encountered: