Create Google Drive Folders by Path
detail.loadingPreview
Creates nested Google Drive folders from a path string and returns the ID of the final folder.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the creation of nested folders within Google Drive based on a provided path string. It intelligently handles existing folders and creates new ones as needed, returning the ID of the final created folder for further integration.
Key Features
- Creates nested folder structures in Google Drive.
- Handles existing folders gracefully.
- Returns the ID of the final folder for subsequent actions.
- Can start folder creation from the root or a specified parent folder.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Google Drive account 2credentials. - Trigger this workflow by passing the following data:
google_drive_folder_id: The ID of the parent folder where new folders should be created (userootfor the Drive root).desired_path: The path string for the folders to be created, with each level separated by a forward slash (e.g.,Projects/ClientA/Reports).
Apps Used
Workflow JSON
{
"id": "0afee747-f6ab-4a7d-9683-2d41e7e217ce",
"name": "Create Google Drive Folders by Path",
"nodes": 0,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 0afee747-f6ab...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Deduplicate Google Drive Files
Removes duplicate files from a Google Drive folder based on MD5 checksum.
Password Protect PDF
Download a PDF, protect it with a password, and save it to Google Drive.
Google Drive File Link Generator
Generates publicly shareable links for files in a Google Drive folder.
Upload Video to Drive via Google Script
Automates video uploads to Google Drive using a Google Apps Script.
Community AI File Organizer
Organizes files into subdirectories using AI suggestions based on file content and existing folder structure.
Sync New Files From Google Drive with Airtable
Automatically sync new files from Google Drive to Airtable and share them via email.