๐Ÿ“ Recursive Google Drive folder duplicator with permission preservation

โšก 615 views ยท ๐Ÿ“ File Management

Description

Google Drive Folder Duplicator

This n8n workflow creates a complete recursive copy of any Google Drive folder, preserving the entire folder structure, all files, and sharing permissions.

What It Does

How It Works

  1. Initialize: Sets source/target folders and creates main destination folder
  2. Recursive Processing: Scans each folder level, splits files from subfolders
  3. File Handling: Copies files and applies original permissions
  4. Folder Handling: Creates subfolders and applies original permissions
  5. Self-Recursion: Calls itself for each subfolder to process unlimited nested levels

Key Features

Requirements

Google Drive OAuth2 credentials with drive access

๐Ÿ”— Nodes Used

Google Drive, Execute Sub-workflow, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup