tDropboxList Standard properties - Cloud - 8.0

Dropbox

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Cloud storages > Dropbox components
Data Quality and Preparation > Third-party systems > Cloud storages > Dropbox components
Design and Development > Third-party systems > Cloud storages > Dropbox components
Last publication date
2024-02-20

These properties are used to configure tDropboxList running in the Standard Job framework.

The Standard tDropboxList component belongs to the Cloud family.

The component in this framework is available in all Talend products.

Basic settings

Use Existing Connection

Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined.

Access Token

Enter the access token required by the Dropbox account you need to connect to. This access token allows Talend Studio to make Dropbox API calls for that Dropbox account.

Note that a Dropbox App should have been created under that account before generating the access token. For further information about a Dropbox access token, see https://www.dropbox.com/developers/blog/94/generate-an-access-token-for-your-own-account.

Use HTTP Proxy

If you are using a proxy, select this check box and enter the host and port information of that proxy in the corresponding fields that are displayed.

Path

Enter the path pointing to the folder you need to list the files from, or enter the path pointing to the exact file you need to read.

Note that the path string should start with a slash (/). It is the root folder of the Dropbox App for which you are using the current access token.

List Type

Select the type of data you need to list from the specified path.

Include subdirectories

Select this check box to list files from any existing sub-folders in addition to the files in the directory defined in the Path field.

Advanced settings

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

NAME

The name of the remote file being processed. This is a Flow variable and it returns a string.

PATH

The path to the folder or the file being processed on Dropbox. This is a Flow variable and it returns a string.

LAST_MODIFIED

The timestamp of the last modification of the file being processed. This is a Flow variable and it returns a long.

SIZE

The volume of the file being processed. This is a Flow variable and it returns a long.

IS_FILE

The boolean result of the file listing. This is a Flow variable and it returns a boolean. The result Yes indicates that the listed data is of the type File; otherwise, the type is Folder.

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 typically used standalone.