description |
---|
Seamlessly integrate Dropbox with your favorite APIs, databases, and programming languages, using WayScript. |
When you first drag in the Dropbox module, you will be asked to authenticate Dropbox with your WayScript account. Follow the prompts on the Dropbox site and authorize WayScript to access your Dropbox files.
You can connect multiple Dropbox accounts to WayScript. Select the one you would like to use.
WayScript currently supports reading the following file types from Dropbox:
- Word Documents (.docx)
- Excel Spreadsheets (.xlsx)
- CSV Files (.csv)
Once you have selected a file type, select the path of the file you want to read.
When you select a Word document, the following output is available:
Doc = {
paragraphs : [ String ],
full_text : String,
words : [ String ]
}
When you select an Excel or CSV file, you will see a preview of the contents in the Outputs section. Assign a name to each column whose contents you would like exported as a List.
This mode allows you to upload a file you have stored in WayScript to Dropbox.
You will start by selecting one of your files to upload to Dropbox. Alternatively, you can upload a new file to WayScript.
Once you have selected the file you wish to upload, provide the path in your Dropbox where you would like the file uploaded.
{% hint style="info" %} The default file path is the root folder of your Dropbox and the default file name is the name of the file you selected to upload. {% endhint %}