This will add the new file to the designated folder or album in your Verizon Cloud.
- API endpoint slug
- verizon_cloud.upload_file
- Filter code method
- VerizonCloud.uploadFile.skip(string?: reason)
- Runtime method
- runAction("verizon_cloud.upload_file", {})
Action fields
- Label
- File name
- Slug
- file_name
- Required
- true
- Can have default value
- true
- Filter code method
- VerizonCloud.uploadFile.setFileName(string: fileName)
- Label
- File URL
- Slug
- file_url
- Required
- true
- Can have default value
- true
- Filter code method
- VerizonCloud.uploadFile.setFileUrl(string: fileUrl)
- Label
- Folder path
- Helper text
- Optional folder to place the file in. All folder paths start with /Mobile.
- Slug
- folder_path
- Required
- false
- Can have default value
- true
- Filter code method
- VerizonCloud.uploadFile.setFolderPath(string: folderPath)