n8n-nodes-onedrivewithdriveid
v1.0.15
Published
Microsoft OneDrive node for n8n with Drive ID support
Maintainers
Readme
n8n-nodes-onedrivewithdriveid
Microsoft OneDrive node for n8n with Drive ID support.
Installation
npm install n8n-nodes-onedrivewithdriveidOverview
This is a fork of the official Microsoft OneDrive node that adds support for specifying a custom Drive ID in the credentials. This is useful when you need to access a specific OneDrive drive other than the default user drive.
Credentials
When configuring the credentials, you can optionally specify a Drive ID:
- In n8n, go to Credentials and create a new Microsoft Drive OAuth2 API (With Drive ID)
- Enter your Azure AD application credentials (Client ID, Client Secret)
- Optionally enter a Drive ID to target a specific OneDrive drive
- If no Drive ID is provided, the node will use the authenticated user's default drive
Finding your Drive ID
To find your Drive ID:
- Go to Microsoft Graph Explorer
- Sign in and run:
GET /me/drives - The response will list all drives with their IDs
Operations
File Operations
- Copy
- Delete
- Download
- Get
- Search
- Share
- Upload
- Rename
Folder Operations
- Create
- Delete
- Get Children
- Search
- Share
- Rename
Usage
- Install the package
- Restart n8n
- Create credentials with your Azure AD app and optionally a Drive ID
- Add the "Microsoft OneDrive (With Drive ID)" node to your workflow
License
MIT
