Description
n8n-nodes-yandex-disk Package Description
Integration package for working with Yandex 360 services in n8n.
Table of Contents
- Available Nodes
- Installation
- Credentials
- Compatibility
- Resources
- 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
- 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
- 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
- File or folder created
- File or folder updated
- Monitor entire disk or specific path
- Filter by file type (document, image, video, audio, archive)
- Configurable polling limits
- Real-time change detection
– Yandex 360 Disk
– Yandex 360 Disk Trigger
—
Available Nodes
Yandex 360 Disk
Interact with Yandex 360 Disk storage – upload, download, manage files and folders.
File Operations:
Folder Operations:
Features:
Yandex 360 Disk Trigger
Monitor Yandex 360 Disk for file and folder changes.
Trigger Events:
Features:
—
Installation
Community Nodes (Recommended)
1. Open n8n
2. Go to Settings > Community Nodes
3. Select Install
4. Enter n8n-nodes-yandex-disk
5. Click Install
Manual Installation
npm install n8n-nodes-yandex-disk
—
Credentials
Yandex 360 OAuth2 API
To use these nodes, you need a Yandex 360 OAuth token.
Setup:
1. Go to Yandex OAuth
2. Create an application and get your OAuth token
3. In n8n, create new credentials of type “Yandex 360 OAuth2 API”
4. Paste your OAuth token
—
Compatibility
—
Resources
—