Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name of the setting for the connection destination. |
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. | |
Refresh token | Required | Not available | The refresh token issued by [Publish refresh token] will be displayed. |
Item name | Description | Remarks |
---|---|---|
Publish refresh token | Start the "Authorization Code Setup" dialog. When you perform the settings after retrieving the authentication code, [Refresh token] will be issued. |
|
Exception Name | Cause | Solution |
---|---|---|
InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
AuthorizationException <Detailed information...> |
Failed in authentication/authorization. | Check the detailed information of the exception. Check [Client ID] or [Client secret]. Check the application authentication information settings on Google Cloud Platform. |
TokenException Refresh token could not be obtained. <Detailed information...> |
Failed to do Token Request. | Check the detailed information of the exception. Check the Authorization Code obtained in "Authorization Code Setup" dialog. |
TokenException Token could not be updated. <Detailed information...> |
Failed to do Refresh Request. | Check the detailed information of the exception. Check [Publish refresh token] again. |