Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow creates nested Google Drive folders from a path string (like ). It automatically handles the necessary folder lookups and creation steps required by Google Drive, then outputs the fin...
n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Xavier.
Original n8n.io sourceThis workflow creates nested Google Drive folders from a path string (like Projects/Clients/Reports). It automatically handles the necessary folder lookups and creation steps required by Google Drive, then outputs the final folder's ID for immediate use.
This workflow streamlines the creation of nested folders in Google Drive:
root_folder_id and a path (e.g., Projects/Clients/Reports) as input./ separator)root_folder_id) for a subfolder matching the name.Reports in the example above). This ID can then be directly used in subsequent n8n nodes to upload files, create documents, or perform other actions within that specific folder.Setting up this workflow requires configuring the connection to Google Drive and knowing where to start creating folders:
root_folder_id to root (also called "My Drive" in the UI)https://drive.google.com/drive/folders/THIS_IS_THE_FOLDER_ID.google_drive_folder_id -> this is the root folder ID you identified in step 2.desired_path -> This is the path you want to create (e.g., Projects/Clients/Reports).Here's an example of how you can call this workflow in your other workflows:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create Google Drive folders by path |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | File Management |
| Author | Xavier |
| Published | 25 Apr 2025 |
Use the JSON export at /data/workflows/3709/3709.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow creates nested Google Drive folders from a path string (like ). It automatically handles the necessary folder lookups and creation steps required by Google Drive, then outputs the fin...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management use case.