Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.78 KB

dropbox.md

File metadata and controls

78 lines (46 loc) · 2.78 KB
description
Seamlessly integrate Dropbox with your favorite APIs, databases, and programming languages, using WayScript.

Dropbox

Work with Dropbox.

🗝 Authorization

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.

Select an Account

You can connect multiple Dropbox accounts to WayScript. Select the one you would like to use.

Select the Dropbox account you want to use.

📖 Read File from Dropbox

📁 Choose the File Type to Read

WayScript currently supports reading the following file types from Dropbox:

Choose the File Type to Read

👓 Choose a File Path to Read

Once you have selected a file type, select the path of the file you want to read.

Choose a File Path to Read

📤 Outputs

Word

When you select a Word document, the following output is available:

Doc = {
         paragraphs : [ String ],  
         full_text  : String, 
         words      : [ String ]
}

Excel or CSV

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.

Labeling the second column "Data" creates a List output called "Data" with the contents of that column.

✍ Write File to Dropbox

This mode allows you to upload a file you have stored in WayScript to Dropbox.

⬆ Choose File to Upload to Dropbox

You will start by selecting one of your files to upload to Dropbox. Alternatively, you can upload a new file to WayScript.

Select a file to upload to Dropbox

📂 Provide a File Path

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 %}

Optionally provide a Dropbox file path