Description
n8n-nodes-synology-drive
An n8n community node for Synology Drive. Automate file operations on your NAS from n8n workflows.
n8n is a fair-code licensed workflow automation platform. Synology Drive API docs: Synology Drive API v1
- Installation
- Credentials
- What it can do
- Quick start
- Compatibility
- Development
- Resources
- NAS URL (e.g.
https://192.168.1.100:5000) - DSM username and password
- Optionally allow self-signed certificates
- List and search files/folders
- Upload files from binary data
- Create files (text) and folders
- Download files as binary output
- Delete files or folders (soft or permanent)
pathsupports Synology Drive style paths like/mydrive/...or/team-folders/./... - Node.js: >= 20.15
- n8n: 1.x (community node)
- Synology Drive: Office Suite API v1 endpoints
- n8n Community Nodes guide: Installation
- Synology Drive API docs: Synology Drive API v1
- Project repository: khoazero123/n8n-nodes-synology-drive
Installation
Follow the n8n Community Nodes installation guide: https://docs.n8n.io/integrations/community-nodes/installation/
Package name: n8n-nodes-synology-drive
Credentials
Use the credential type Synology Drive API and provide:
The credential logs in to obtain a session and uses it for subsequent calls.
What it can do
With this node you can:
Notes:
Quick start
1) Install the package following the n8n Community Nodes guide
2) Create a credential of type “Synology Drive API”
3) Add the Synology Drive node and choose an operation (e.g. Upload, Get Files, Download)
4) Provide the target path and other required fields
Compatibility
Resources
License
MIT