Google Drive Backup Folder Setup
detail.loadingPreview
Ensures 'n8n_backups' and 'n8n_old' folders exist in Google Drive for backup purposes.
🚀Ready to Deploy This Workflow?
About This Workflow
Google Drive Backup Folder Setup
This workflow is designed to automatically check for and create two essential folders in your Google Drive: n8n_backups and n8n_old. These folders are crucial for organizing and managing backups generated by n8n workflows.
Key Features
- Checks if
n8n_backupsandn8n_oldfolders exist in Google Drive. - Automatically creates missing folders.
- Integrates with Google Drive credentials for seamless operation.
How To Use
- Import this workflow into your n8n instance.
- Ensure you have configured your Google Drive OAuth2 credentials in n8n.
- The workflow will automatically check for and create the required folders in the root of your Google Drive.
Apps Used
Workflow JSON
{
"id": "53f5f08f-b505-4efc-9c71-952a636e175e",
"name": "Google Drive Backup Folder Setup",
"nodes": 0,
"category": "Google Drive",
"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: 53f5f08f-b505...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Drive to Instagram Posts (Unverified)
Automates Instagram posts by triggering on new Google Drive uploads, generating AI captions, and publishing via Facebook Graph API.
Google Drive File Processor
Processes various file types from Google Drive, converting them to text for AI consumption.
Google Doc Summarizer to Google Sheets
Automates the summarization of Google Docs and stores the output in Google Sheets.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.