This node connects to a SharePoint Online site. The resulting output port allows downstream nodes to access the document libraries of the site as a file system, e.g. to read or write files and folders, or to perform other file system operations (browse/list files, copy, move, ...).
Path syntax: Paths for SharePoint are specified with a UNIX-like syntax, /mylibrary/myfolder/myfile. An absolute for SharePoint consists of:
- A leading slash ("/").
- Followed by the name of a document library ("mylibrary" in the above example), followed by a slash.
- Followed by the path to the file ("myfolder/myfile" in the above example).