This Action will download a file at a given URL and add it to OneDrive at the path you specify. NOTE: 30 MB file size limit.
- API endpoint slug
- onedrive.upload_file_from_url
- Filter code method
- Onedrive.uploadFileFromUrl.skip(string?: reason)
- Runtime method
- runAction("onedrive.upload_file_from_url", {})
Action fields
- Label
- File URL
- Helper text
- Works best with downloadable files
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Onedrive.uploadFileFromUrl.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
- Onedrive.uploadFileFromUrl.setFilename(string: filename)
- Label
- OneDrive folder path
- Helper text
- Format: some/folder/path (defaults to “IFTTT”)
- Slug
- path
- Required
- false
- Can have default value
- true
- Filter code method
- Onedrive.uploadFileFromUrl.setPath(string: path)