This repository was archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
target_dropbox
Marcel Kloubert edited this page Jan 5, 2017
·
19 revisions
Uploads files to a DropBox folder.
{
"deploy": {
"targets": [
{
"type": "dropbox",
"name": "My DropBox folder",
"description": "Deploy to my DropBox folder",
"dir": "/sub/directory/inside/the/folder",
"token": "<ACCESS-TOKEN>",
"empty": true
}
]
}
}| Name | Description |
|---|---|
dir |
The target directory inside the folder. Default: /
|
empty |
Delete target directory before deploy or not. Default: (false). HINT: Empty the root directory is currently NOT supported! |
token |
The generated access token from App Console. |
transformer |
The optional path to the script that transforms the data of a file BEFORE it is send. s. [[Transform data |
transformerOptions |
The data for the "file data transformation", if needed. |