Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

target_dropbox

Marcel Kloubert edited this page Dec 9, 2017 · 1 revision

Home >> Targets >> dropbox

DropBox

Uploads files to a DropBox folder.

{
    "deploy.reloaded": {
        "targets": [
            {
                "type": "dropbox",
                "name": "My DropBox folder",
                "description": "Deploy to my DropBox folder",

                "dir": "/sub/directory/inside/the/folder",
                "token": "<ACCESS-TOKEN>"
            }
        ]
    }
}
Name Description
dir* The target directory inside the folder. Default: /
token* The generated access token from App Console.

* supports placeholders

Clone this wiki locally