Dropbox File Upload
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 upload a file to your Dropbox location. 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 upload the file to the given location. The Dropbox File Location determines where your file will be placed in the folder hierarchy of your Dropbox instance. If you pass just a file name, it will be placed just in the root folder. To put it into a folder, you just need to follow the form of Folder/file.txt. If the folder has 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 File Location | The location and name of the file as it will appear in dropbox. The location of a file at the root folder will be file.txt |
Attachment Question Menu Label | The menu label of the attachment question where the file will be uploaded to. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Dropbox File Location | Folder/test_file.txt |
Attachment Question Menu Label | Upload File |
Results
This handler returns no results.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-11-12 | Initial Version |