OneDrive - Upload file from URL action (file)

The Upload file from URL action uploads a file from a public URL to Microsoft OneDrive. If a file with the same name exists, the action overwrites it with the new data.

Input

Input fieldsDescription
FolderSpecify the folder path to upload the file. For example, folder-one/folder-two.
Source URLProvide the public URL of the file to upload.
File nameProvide the file name with its extension, such as New-csv-file.csv. If a file with the same name exists, the action overwrites it.

Output

Output fieldsDescription
IDThe unique identifier of the uploaded file.
NameThe name of the uploaded file.
File sizeThe size of the uploaded file in bytes.
Web URLThe URL to view the file or folder in a web browser.
Download URLThe URL to download the file.
KindIndicates whether the item is a file or folder.
Created byInformation about the user who created the file or folder.
Created date timeThe date and time when the file or folder was created.
Last modified byInformation about the user who last modified the file or folder.
Last modified date timeThe date and time when the file or folder was last modified.
ETagThe ETag (entity tag) is a unique identifier assigned to a version of a file or resource in OneDrive. It serves as a way for the system to track whether the content of the file has changed.
CTagThe CTag (change tag) is a timestamp or identifier used to track changes in a folder in OneDrive. It is often used for synchronization of folder contents, rather than individual files.

Last updated: