sharepoint-recursive

Recursively builds a folder tree from SharePoint, listing all files and folders.

Package Information

Released: 11/7/2025
Downloads: 25 weekly / 44 monthly
Latest Version: 1.1.1
Author: Phan Long Quan Nguyen

Documentation

n8n-nodes-sharepoint-recursive

Recursively lists all files and folders from SharePoint.

Quick Setup

npm install
npm run build
npm link

In your n8n folder:

npm link n8n-nodes-sharepoint-recursive
n8n start

Usage

  1. Add Microsoft OAuth2 credentials with Sites.Read.All scope
  2. Get your SharePoint Site ID from Graph API
  3. Configure the node with Site ID
  4. Optionally specify Drive ID and folder path

See SETUP.md for detailed instructions.

Discussion