npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@trg-admin/n8n-nodes-ms-sharepoint

v0.1.5

Published

n8n community node for Microsoft SharePoint Online and OneDrive across all server locations

Downloads

892

Readme

n8n Community Node for Microsoft SharePoint Online & OneDrive

This is an n8n community node package that provides comprehensive integration with Microsoft SharePoint Online and OneDrive across any cloud server location (Global Public Cloud, US Government GCC High / DoD, China 21Vianet, Germany, or custom sovereign cloud deployments).

Features

  • Safe Execution Mode: Delete operations have been intentionally omitted across all resources to prevent accidental data deletion or user mistake.
  • Cascading Dropdown UI with Subfolder Drilling: Browse Site/Subsite → Document Library/Drive → Folder → File dynamically directly in the n8n UI, with interactive drill-down into subfolders (📂 Current Folder, ⬆️ Up to Parent, 📁 Child Folders), plus custom path/ID overrides for dynamic expressions.
  • Unlimited Folder Nesting Depth: Allows selecting and navigating folders at any depth level (e.g. /Finance/2026/Q3/Reports/Final/Approved) without 3-level folder restriction.
  • Subsite & Hierarchy Support: Works with site collections and subsites at any hierarchy depth (/sites/Marketing/Subsite1/Nested2).
  • Multi-Cloud & Server Location Support: Global Microsoft 365, US Government GCC High, US Government DoD, China 21Vianet, Germany, or custom server / sovereign cloud endpoints.
  • Dual Authentication: OAuth2 (User authorization code flow) or App Registration (Client Credentials service principal flow).
  • OneDrive & SharePoint Integration:
    • File & Folder Operations: Upload (supports large files up to GBs via chunked upload session), download binary files, list subfolders/children, get metadata, create folders, move/rename, copy, keyword search across drive, and create shareable links.
    • List Operations: Create, read, and update SharePoint lists with templates.
    • List Item Operations: Create, read, and update list items with OData filters and JSON fields.
    • Permission / Sharing: List permissions on files/folders and invite recipients with view/edit access.
    • Custom API Call: Perform custom GET, POST, PUT, or PATCH HTTP requests against Microsoft Graph API or SharePoint Online REST endpoints.

Installation

Follow the n8n community node installation guide.

npm install @trg-admin/n8n-nodes-ms-sharepoint

Credentials

Supports both:

  1. Microsoft SharePoint Online & OneDrive OAuth2 API (msSharePointOAuth2Api): User authorization code grant flow with customizable scopes and cloud environment.
  2. Microsoft SharePoint Online App Registration (msSharePointApi): Client Credentials grant flow (clientId, clientSecret, tenantId) for headless daemon background workflows.

License

MIT