Dropbox File Share Url
This handler returns a Share Url for a file on Dropbox.
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 get a share url for a file 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 get the file's share url and return it. The Dropbox File Location determines what file's share url will be returned. To get a field in a folder, you just need to follow the form of Folder/file.txt.
Parameters
Name | Description |
---|---|
Dropbox File Location | The location and name of the file that you want to get a share url for. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Dropbox File Location | Folder/test_file.txt |
Results
Name | Description |
---|---|
Share Url | The share url that allows you to share a file on Dropbox with other people. |
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-11-12 | Initial Version |