Download a File

Downloads a file from a given SharePoint document library using the Microsoft Graph API.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

download the file

What does it do? This is the base syntax for the procedure.

Where does it go? This phrase should be written on a new line.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — The SharePoint file that will be downloaded must be specified for the file.

Examples

1. Download a file

get a folder at "/My Site/My Documents/My Folder"
get the folder's items
download the first item

Last updated

Was this helpful?