Dropbox Folder Create
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler uses the Dropbox Ruby SDK to create a folder in your dropbox instance. Before using any Dropbox handler for the first time, you will need to obtain an access key to connect to the account (Instructions for that can be found below). After doing that, the handler will connect to that account and then create a folder at the given path. The Dropbox Folder Path determines where your folder will be placed in the folder hierarchy of your Dropbox instance. If any of the folders in the path have not been previously created, this call to Dropbox will create the folder and then place the uploaded file inside of it.
Parameters
Name | Description |
---|---|
Dropbox Folder Path | The location and name of the folder that you want to create. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Dropbox Folder Path | Folder/New Folder |
Results
This handler returns no results.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-11-12 | Initial Version |