Back to Nodes

Yandex Disk

Last updated Feb 1, 2026

n8n nodes for Yandex Disk

18 Weekly Downloads
75 Monthly Downloads

Included Nodes

Yandex Disk
Yandex Disk Trigger

Description

!Banner

n8n-nodes-yandex-disk Package Description

Integration package for working with Yandex 360 services in n8n.

Table of Contents

  • Available Nodes
  • Yandex 360 Disk
    Yandex 360 Disk Trigger

  • Installation
  • Credentials
  • Compatibility
  • Resources
  • 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)

    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

  • n8n version: 1.0.0 or later
  • Node.js: 22.15.0 or later
  • Resources

  • n8n Documentation
  • Yandex 360 Disk API Documentation
  • Yandex OAuth Documentation
  • GitHub Repository