| Name | Description | From Version | Wrapper Class |
|---|---|---|---|
| URI | Represents a Dropbox Relative Uri. | 1 | VT_Dropbox_Uri_Wrapper |
| Name | DIR-CREATED | |||
| Description | Executes when a new directory is created by the Dropbox user. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | DIR-PATH | No | Filter criteria for path of the folder created. |
| CORE.STRING | DIR-NAME | No | Filter criteria for name of the folder created. | |
| Variables | DROPBOX.URI | DIR-NAME | Directory name. | |
| Name | DIR-CREATED | |||
| Description | Executes when a directory is deleted by the Dropbox user. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | DIR-PATH | No | Filter criteria for path of the folder deleted. |
| CORE.STRING | DIR-NAME | No | Filter criteria for name of the folder deleted. | |
| Variables | DROPBOX.URI | DIR-NAME | Directory name. | |
| Name | FILE-ADDED | |||
| Description | Executes when a file is added by the Dropbox user. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | FILE-PATH | No | Filter criteria for path of the file added. |
| CORE.STRING | FILE-NAME | No | Filter criteria for name of the file added. | |
| Variables | DROPBOX.URI | FILE-PATH | File path. | |
| Name | FILE-DELETED | |||
| Description | Executes when a file is deleted by the Dropbox user. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | FILE-PATH | No | Filter criteria for path of the file deleted. |
| CORE.STRING | FILE-NAME | No | Filter criteria for name of the file deleted. | |
| Variables | DROPBOX.URI | FILE-PATH | File path. | |
| Name | MEDIA-UPLOADED | |||
| Description | Executes when a media file is uploaded by the Dropbox user. | |||
| Type | Name | Required | Description cc | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | FILE-PATH | No | Filter criteria for path of the media uploaded. |
| CORE.STRING | FILE-NAME | No | Filter criteria for name of the media uploaded. | |
| Variables | DROPBOX.URI | DIR-TO | Media File path. | |
| Name | SPACE-USED | |||
| Description | Executes when the used space in Dropbox is equal/greater/lesser than a predefined percentage value passed as a parameter. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.PERCENT-FILTER | PERCENT | Yes | Filter criteria for used space. |
| Name | DIR-CREATE | |||
| Description | Creates a new directory in Dropbox. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | DIR-PATH | No | Dropbox relative path of the directory to be created. |
| CORE.STRING | DIR-NAME | Yes | Name of the directory to be created. |
| Name | DIR-DELETE | |||
| Description | Deletes an existing directory in Dropbox. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | DIR-PATH | No | Dropbox relative path of the directory to be deleted. |
| CORE.STRING | DIR-NAME | Yes | Name of the directory to be deleted. |
| Name | FILE-ADD | |||
| Description | Adds a new file in Dropbox. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | FILE-PATH | No | Dropbox relative path of the file to be added. |
| CORE.URI | FILE | Yes | Uri of the file to be added. |
| Name | FILE-DELETE | |||
| Description | Deletes an existing file in Dropbox. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | DROPBOX.URI | DIR-PATH | Yes | Dropbox relative Uri of the file to be deleted. |