SharePoint Connector

This node connects to a SharePoint site on the Microsoft 365 cloud offering, not SharePoint Server. 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 path for SharePoint consists of:

  1. A leading slash ("/").
  2. Followed by the name of a document library ("mylibrary" in the above example), followed by a slash.
  3. Followed by the path to the file ("myfolder/myfile" in the above example).

Options

Connect via
Select how to connect to the SharePoint site.
  • Root site: Connect to the root site of the domain of the current user
  • Web URL: Specify the web URL of a SharePoint site.
  • Group site: Connect to the team site of a particular Office 365 group.
URL
The web URL of the SharePoint site, for example https://mycompany.sharepoint.com
Group
The Office 365 group whose team site to connect to.
Connect to subsite
A (nested) subsite of the SharePoint site specified above. If selected, the node will connect to the subsite instead of the parent site. Note that access is limited to content of the subsite, not those of the parent site(s).
Working directory
The working directory of the resulting file system connection. The working directory must be specified as an absolute path that starts with '/'. A working directory allows downstream nodes to access files/folders using relative paths. The default working directory is the virtual root "/", under which all the document libraries are located.
Connection timeout in seconds
The timeout in seconds to establish a connection, or 0 for an infinite timeout.
Read timeout in seconds
The timeout in seconds to read data from an established connection, or 0 for an infinite timeout.

Input Ports

Icon
A JWT credential as provided by the Microsoft Authenticator node.

Output Ports

Icon
SharePoint File System Connection.

Popular Successors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.