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.
- 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
- 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)
- 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)
- 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)