Top Dropbox automations
Explore Plans
Mobile menu Close menu
DropboxDropbox

Create a text file

This Action will create a new text file at the path you specify.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
dropbox.create_text_file_db
Filter code method
Dropbox.createTextFileDb.skip(string?: reason)
Runtime method
runAction("dropbox.create_text_file_db", {})

Action fields

Filename Text input > File name

Label
File name
Helper text
Slug
filename
Required
true
Can have default value
true
Filter code method
Dropbox.createTextFileDb.setFilename(string: filename)

Body Text input > Long text

Label
Content
Helper text
Slug
body
Required
true
Can have default value
true
Filter code method
Dropbox.createTextFileDb.setBody(string: body)

Path Text input > Path to a folder

Label
Dropbox folder path
Helper text
Slug
path
Required
false
Can have default value
true
Filter code method
Dropbox.createTextFileDb.setPath(string: path)