n8n-nodes-yandex-disk
v1.0.0
Published
n8n nodes for Yandex Disk
Maintainers
Keywords
Readme
n8n-nodes-yandex-disk Package Description
Integration package for working with Yandex 360 services in n8n.
Table of Contents
Available Nodes
Yandex 360 Disk
Interact with Yandex 360 Disk storage - upload, download, manage files and folders.
File Operations:
- Upload: Upload binary data from workflow to Yandex Disk
- Download: Download files from Yandex Disk as binary data
- Delete: Delete files (to trash or permanently)
- Copy: Copy files to another location
- Move: Move files to another location
- Get Info: Retrieve file metadata
- Publish: Make files publicly accessible and get public link
- Unpublish: Remove public access from files
Folder Operations:
- Create: Create new folders
- List: List folder contents with pagination and sorting
- Delete: Delete folders (to trash or permanently)
- Get Info: Retrieve folder metadata
- Publish: Make folders publicly accessible
- Unpublish: Remove public access from folders
Features:
- Binary data support for file operations
- Async operation handling (copy, move, delete)
- Configurable "wait for completion" for long-running operations
- Comprehensive error handling with actionable messages
- OAuth 2.0 authentication
Yandex 360 Disk Trigger
Monitor Yandex 360 Disk for file and folder changes.
Trigger Events:
- File or folder created
- File or folder updated
Features:
- Monitor entire disk or specific path
- Filter by file type (document, image, video, audio, archive)
- Configurable polling limits
- Real-time change detection
Installation
Community Nodes (Recommended)
- Open n8n
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-yandex-disk - Click Install
Manual Installation
npm install n8n-nodes-yandex-diskCredentials
Yandex 360 OAuth2 API
To use these nodes, you need a Yandex 360 OAuth token.
Setup:
- Go to Yandex OAuth
- Create an application and get your OAuth token
- In n8n, create new credentials of type "Yandex 360 OAuth2 API"
- Paste your OAuth token
Compatibility
- n8n version: 1.0.0 or later
- Node.js: 22.15.0 or later
