| Name | Description | From Version | Wrapper Class |
|---|---|---|---|
| URI | Represents a Google Drive Parent Folder Identifier | 5 | VT_Dropbox_Uri_Wrapper |
| Name | DIRADDED | ||||||
| Description | Executes when a new directory is added by the Google Drive Dropbox user. | ||||||
| Logic | Periodic check every 15 minutes. | ||||||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | DIR-NAME | No | Filter criteria for name of the folder added. |
| Name | FILEADDED | ||||||
| Description | Executes when a new file is added by the Google Drive Dropbox user. | ||||||
| Logic | Periodic check every 15 minutes. | ||||||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | DIR-NAME | No | Filter criteria for name of the file added. |
| Name | DIRADD | |||
| Description | Adds a folder in Google Drive | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | DIR | Yes | Name of of the folder to be added. |
| Parameters | GDRIVE.URI | DIR-ID | No | Parent directory identifier of the folder to be added. |
| Name | DIRDELETE | |||
| Description | Deletes a folder in Google Drive | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | DIR | Yes | Name of of the folder to be deleted. |
| Parameters | GDRIVE.URI | DIR-ID | No | Parent directory identifier of the folder to be deleted. |