Seamlessly integrate Dropbox with your favorite APIs, databases, and programming languages, using WayScript.
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:
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:
1
Doc={
2
paragraphs:[String],
3
full_text:String,
4
words:[String]
5
}
Copied!
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.