Dropbox Get Tags

This Snap retrieves tags associated with files in Dropbox.

Supported Accounts

Prerequisites

None.

Limitations and known issues

None.

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap accepts the file path to query for tags.

Output

This Snap outputs the tags associated with the specified file.

Learn more about Error handling.

Snap settings

Note: Learn about the common controls in the Snap settings dialog.
Field/Field set Description

Label

String

Required.Specify a unique name for the Snap. Modify this to be more appropriate, especially if there are more than one of the same Snap in the pipeline.

Default value: Dropbox Get Tags

Path*

String/Expression

The path to the file in Dropbox for which to retrieve tags. The path should start with a forward slash (/).

Example: $dbx_path_display

Default value: None

Batch size

Integer/Expression

Specify the number of file paths to process in each batch. This setting controls how many files are queried for tags in a single API request.

Example: 50

Default value: 25

Max concurrent batches

Integer/Expression

Specify the maximum number of batches to process concurrently. This setting controls the parallelism level when processing multiple file paths.

Example: 3

Default value: 5

Snap execution

Dropdown list

Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default value: Validate & Execute