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.

Developer info

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
Works best with uploadable files
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
Optional, no file extension needed
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
Format: some/folder/path (defaults to “IFTTT”)
Slug
path
Required
false
Can have default value
true
Filter code method
Box.uploadFileFromUrlBox.setPath(string: path)