appmixer.microsoft.sharepoint.DownloadFile
Download File
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Site ID | text | Provide a site ID. |
| Drive ID | text | ID of the drive where the file is located. |
| Item ID | text | ID assigned to a file in SharePoint. |
| Item Path | text | Path of a file in SharePoint (Ignored if 'Item ID' is set). Example: path/to/file/file.pdf. |
| Custom File Name | text | Provide a custom name for the downloaded file, including its extension (e.g., file.png). |
| Output File Data | toggle | By default, DownloadFile does not return the actual file content, allowing very large files to be downloaded and manipulated without working with the data directly. For convenience, if your files are smaller than 10 MB and you want to work with the file data directly, you can set this option. (File data can be read using the Files.LoadFile utility when necessary). |
| Output File Data Encoding | select | If you want to download the file content, you can specify the encoding of the file data. The default is 'utf8' (plain text). If you are downloading a binary file (e.g. an image), you can select 'base64' encoding. |
| Convert Format | select | Some files can be converted into selected file format. PDF and TXT convertion follows the same file restriction. |
| Field | Type | Description |
|---|---|---|
| Length | - | |
| Chunk Size | - | |
| Upload Date | - | |
| Filename | - | |
| MD5 | - | |
| Metadata | - | |
| Content Type | - | |
| File ID | - | |
| File Data | - |