tGoogleDriveConnection Standard properties
These properties are used to configure tGoogleDriveConnection running in the Standard Job framework.
The Standard tGoogleDriveConnection component belongs to the Cloud family.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
|
Application Name |
The application name required by Google Drive to get access to its APIs. |
OAuth Method |
Select an OAuth method used to access Google Drive from the drop-down list.
For more detailed information about how to access Google Drive using each method, see OAuth methods for accessing Google Drive. |
Access Token |
The access token generated through Google Developers OAuth 2.0 Playground. This property is available only when Access Token is selected from the OAuth Method drop-down list. |
Client ID and Client Secret |
The client ID and client secret. These two properties are available only when Installed Application (Id & Secret) is selected from the OAuth Method drop-down list. |
Client Secret JSON |
The path to the client secret JSON file. This property is available only when Installed Application (JSON) is selected from the OAuth Method drop-down list. |
Service Account JSON |
The path to the service account JSON file. This property is available only when Service Account is selected from the OAuth Method drop-down list. |
Use Proxy |
Select this check box when you are working behind a proxy. With this check box selected, you need to specify the value for the following parameters:
|
Use SSL |
Select this check box if an SSL connection is used to access Google Drive. With this check box selected, you need to specify the value for the following parameters:
|
Advanced settings
DataStore Path |
The path to the credential file that stores the refresh token. Information noteNote: When
your client ID, client secret, or any other configuration related to the
Installed Application authentication changes, you need to delete this
credential file manually before running your Job again.
This property is available only when Installed Application (Id & Secret) or Installed Application (JSON) is selected from the OAuth Method drop-down list. |
Read Timeout |
Enter the read timeout value in seconds. An exception will occur if the timeout expires before there is data available for read. The default value is 30 and 0 means an infinite time out. Information noteNote: This
option is available only if you have installed the R2021-03 Studio Monthly
update or a later one delivered by Talend. For more information, check with
your administrator.
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Usage rule |
This component is more commonly used with other Google Drive components. In a Job design, it is usually used to open a Google Drive connection that can be reused by other Google Drive components. |