This action will add a file via URL to a data.world dataset or data project. If a file already exists with the same name, it will be updated.
- API endpoint slug
- datadotworld.upload_file
- Filter code method
- Datadotworld.uploadFile.skip(string?: reason)
- Runtime method
- runAction("datadotworld.upload_file", {})
Action fields
- Label
- Dataset or Data Project
- Helper text
- Which dataset or data project would you like to add this file to? Create new
- Slug
- dataset_key
- Required
- true
- Can have default value
- false
- Label
- File Name
- Helper text
- What would you like to name this file? IMPORTANT: File names must include a file extension.
- Slug
- file_name
- Required
- true
- Can have default value
- true
- Filter code method
- Datadotworld.uploadFile.setFileName(string: fileName)
- Label
- File URL
- Helper text
- What is the URL from which the file can be downloaded?
- Slug
- file_url
- Required
- true
- Can have default value
- true
- Filter code method
- Datadotworld.uploadFile.setFileUrl(string: fileUrl)