Dropbox File Move
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 move a file between locations on Dropbox. 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 copy a file to the specified location. The Old Dropbox File Location determines what file will be moved and the New Dropbox File Location determines where that file will be moved to in the folder hierarchy of your Dropbox instance. If a folder in the New Dropbox File Location has not been previously created, this call to Dropbox will create the folder before moving the file into it.
Parameters
Name | Description |
---|---|
Old Dropbox File Location | The location and name of the file that you want to move. |
New Dropbox File Location | The location that you want to move the file to. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Old Dropbox File Location | Folder/test_file.txt |
New Dropbox File Location | New Folder/test_file.txt |
Results
This handler returns no results.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-11-12 | Initial Version |