Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name of the connection setting. |
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Client ID | Required | Only environment variables are available. | Enter OAuth 2.0 Client ID for Authentication. | |
Client secret | Required | Only environment variables are available. | Enter OAuth 2.0 Client secret for Authentication. | |
Redirect URI | Required | Only environment variables are available | Enter the redirect URI. |
|
Refresh token | Required | Only environment variables are available. | Enter the refresh token of OAuth 2.0 authentication. The refresh token issued by [Issue Token] will be displayed. |
Item name | Description | Remarks |
---|---|---|
Issue Token | Start the "Authorization Code Setup" dialog. When you perform the settings after retrieving the authentication code, [Refresh token] will be issued. | |
Connection Test | Checks connection to Google Sheets. |
|
Exception name | Causes | Solution |
---|---|---|
InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
AuthorizationException <Detailed information...> |
Failed in authentication/authorization. |
Check [Client ID] or [Client secret]. Check the application authentication information settings on Google Cloud Platform. |
TokenException Token could not be obtained. <Detailed information...> |
Failed to do Token Request. | Check the Authorization Code obtained in "Authorization Code Setup" dialog. |
TokenException Token could not be updated. <Detailed information...> |
Failed to do Refresh Request. | Check [Issue Token] again. |
com.google.api.client.auth.oauth2.TokenResponseException 401 Unauthorized |
Failure exist in [Client ID] or [Client secret]. | Check [Client ID] or [Client secret]. |
Application authentication information is edited by the operation of application administrator on Google Cloud Platform. | Check application authentication information setting on Google Cloud Platform. | |
com.google.api.client.auth.oauth2.TokenResponseException 400 Bad Request { "error" : "invalid_grant" } |
Failure exist in [Refresh token]. | Check [Issue Token] again. |
com.google.api.client.auth.oauth2.TokenResponseException 400 Bad Request { "error" : "invalid_grant", "error_description" : "Token has been revoked." } |
Application access right was undone by the user operation of service provider side. | Check [Issue Token] again. |