New services
Explore Plans
Mobile menu Close menu
BoxBox

Upload file from URL

This Action will download a file at a given URL and add it to Box at the path you specify. NOTE: 30 MB file size limit.

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
box.upload_file_from_url_box
Filter code method
Box.uploadFileFromUrlBox.skip(string?: reason)
Runtime method
runAction("box.upload_file_from_url_box", {})

Action fields

URL Text input > File

Label
File URL
Helper text
Slug
url
Required
true
Can have default value
true
Filter code method
Box.uploadFileFromUrlBox.setUrl(string: url)

Filename Text input > File name

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

Path Text input > Path to a folder

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