Back to Nodes

Synology Drive

Last updated Jun 12, 2025

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

2 Weekly Downloads
9 Monthly Downloads

Included Nodes

Synology Drive

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

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:

  • NAS URL (e.g. https://192.168.1.100:5000)
  • DSM username and password
  • Optionally allow self-signed certificates

The credential logs in to obtain a session and uses it for subsequent calls.

What it can do

With this node you can:

  • 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)

Notes:

  • path supports Synology Drive style paths like /mydrive/... or /team-folders/<name>/....

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

  • Node.js: >= 20.15
  • n8n: 1.x (community node)
  • Synology Drive: Office Suite API v1 endpoints

Resources

License

MIT