Google Drive Automation Workflows
838 ready-made Google Drive workflows for n8n, Make, Zapier, Activepieces, and Pipedream. File-triggered workflows: organize uploads, convert documents, sync folders.
Automated Daily WhatsApp Group Summary to Google Drive
This workflow automates the collection and summarization of WhatsApp group messages, storing them in Google Sheets and generating a daily summary document in Google Drive. Ideal for busy groups needing organized daily insights.
n8n$14.99Import Google Keep Notes to Google Sheets Using OpenAI and Google Drive
This n8n workflow automates the import of your Google Keep notes into a structured Google Sheet, using Google Drive, OpenAI for AI-powered processing, and JSON file extraction. It's perfect for users who want to turn exported Keep notes into a searchable, filterable spreadsheet - optionally enhanced by AI summarization or transformation. ## Who is this for? - Researchers, knowledge workers, and digital minimalists who rely on Google Keep and want to better organize or analyze their notes. - Anyone who regularly exports Google Keep notes and wants a clean, automated workflow to store them in Google Sheets. - Users looking to apply AI to process, summarize, or extract insights from raw notes. ## What problem is this workflow solving? Exporting Google Keep notes via Google Takeout gives you unstructured .json files that are hard to read and manage. This workflow solves that by: - Filtering relevant .json files - Extracting note content - (Optionally) applying AI to analyze or summarize each note - Writing the result into a structured Google Sheet ## What this workflow does 1. Google Drive Search: Looks for .json files inside a specified Keep folder. 2. Loop: Processes files in batches of 10. 3. File Filtering: Filters by .json extension. 4. Download + Extract: Downloads each file and extracts note content from JSON. 5. Optional Filtering: Only keeps non-archived notes or those meeting content criteria. 6. AI Processing (optional): Uses OpenAI to summarize or transform the note content. 7. Prepare for Export: Maps note fields to be written. 8. Google Sheets: Appends or updates the target sheet with the note data. ## Setup - Export your Google Keep notes using Google Takeout: - Deselect all, then choose only Google Keep. - Choose "Send download link via email". - Unzip the downloaded archive and upload the .json files to your Google Drive. - Connect Google Drive, OpenAI, and Google Sheets in n8n. - Set the correct folder path for your notes in the “Search in ‘Keep’ folder” node. - Point the Google Sheet node to your spreadsheet ## How to customize this workflow to your needs Skip AI processing: If you don't need summaries or transformations, remove or disable the OpenAI Chat Model node. Filter criteria: Customize the Filter node to extract only recent notes, or those containing specific keywords. AI prompts: Edit the Tools Agent or Chat Model node to instruct the AI to summarize, extract tasks, categorize notes, etc. Field mapping: Adjust the “Set fields for export” node to control what gets written to the spreadsheet. Use this template to build a powerful knowledge extraction tool from your Google Keep archive - ideal for backups, audits, or data-driven insights.
n8n$14.99Automate Hourly n8n Workflow Backups to Google Drive with Auto Cleanup
Ensure the safety of your n8n workflows by automatically backing them up to Google Drive every hour, with an integrated cleanup process to manage storage efficiently.
n8n$14.99Create a Multi-Language Telegram RAG Chatbot with AI Supervision and Google Drive Automation
Develop a sophisticated multi-agent RAG chatbot that processes diverse user queries using AI agents and automates data ingestion from Google Drive and websites.
n8n$19.99Efficiently Restore n8n Workflows from Google Drive Backups
Streamline the restoration of multiple n8n workflows from Google Drive backups, minimizing manual effort and reducing downtime during migrations or recoveries.
n8n$9.99Automate AI Image Generation and Storage with Fal.ai and Google Drive
This workflow automates the generation of AI-based images using the Fal.ai Flux API, allowing you to define custom prompts and image parameters. It monitors the image creation process and saves the final output directly to Google Drive, streamlining creative automation.
n8n$9.99Automate Spotify Music Downloads to Google Drive with Logging in Google Sheets
This workflow automates the process of downloading Spotify tracks, storing them in Google Drive, and logging the details in Google Sheets. It streamlines music management for enthusiasts and content creators.
n8n$14.99Comprehensive Google Drive Operations with AI Integration
Deploy a fully operational MCP server that integrates all Google Drive operations with AI agents, requiring no configuration. This workflow supports 17 pre-built operations for seamless interaction with Google Drive.
n8n$14.99Create and Interact with an OpenAI Assistant Using Google Drive Files
This workflow automates the creation of an OpenAI Assistant using a file from Google Drive, enabling seamless interaction with the assistant.
n8n$9.99Automate YouTube to MP3 Conversion with Google Drive and Sheets Logging
This workflow automates the conversion of YouTube videos to MP3 format using RapidAPI, stores the files in Google Drive, and logs conversion details in Google Sheets for efficient tracking.
n8n$14.99Automate Markdown Note Creation in Obsidian via Google Drive
This workflow automatically converts n8n workflow outputs into Markdown notes, synchronizing them with your Obsidian Vault through Google Drive. Enhance your note-taking process by integrating AI for formatting and metadata generation.
n8n$9.99Text-to-Image Generation with Flux AI, Google Drive Storage & Sheets Logging
# AI Image Generator with Flux AI Generate realistic, high-quality images from text prompts using the **Flux AI Text-to-Image Generator API** via RapidAPI, and seamlessly store the results in Google Drive and log them in Google Sheets - all automated using **n8n**. --- ## What This Workflow Does This no-code automation enables you to: - Enter a **custom text prompt** using a web form. - Generate a **photorealistic image** using **[Flux AI's Text-to-Image Generator](https://rapidapi.com/skdeveloper/api/text-to-image-generator-flux)** via [RapidAPI](https://rapidapi.com/skdeveloper/api/text-to-image-generator-flux). - Upload the image to **Google Drive**. - Log the prompt and result in a **Google Sheet**. - Capture and log errors in a fallback sheet. --- ## Use Case Ideal for: - Digital artists and marketers - Social media managers - Brand mockup creators - Rapid concept prototyping All without writing a single line of code. --- ## Benefits - **No-code automation** for AI-generated images - **Cloud storage** and structured logging - **Error handling** built-in - **Fast content creation** for design, branding, or concept testing - **Powered by** the [Flux AI Text-to-Image Generator API](https://rapidapi.com/skdeveloper/api/text-to-image-generator-flux) via **RapidAPI** --- ## Node-by-Node Breakdown ### 1. On Form Submission - Accepts user input for a creative text prompt. - Example: “A silver can with vapor and blue lightning background.” - Benefit: No technical knowledge needed. --- ### 2. HTTP Request - Flux AI API - Sends the prompt to the **[Flux AI Text-to-Image Generator API](https://rapidapi.com/skdeveloper/api/text-to-image-generator-flux)** via **RapidAPI**. - Returns an image encoded in base64. - Benefit: Seamless integration with cutting-edge image generation. --- ### 3. Code Node - Base64 Decoder - Converts the base64 image to a binary `.jpg` file. - Benefit: Readies the image for upload/download/sharing. --- ### 4. Google Drive - Uploads the generated image to your Google Drive folder. - Benefit: Secure, shareable cloud storage. --- ### 5. Google Sheets - Success Log - Appends a row with the original prompt, filename, and generation date. - Benefit: Tracks history of all generated images. --- ### 6. IF Node - Error Detection - Checks if the image generation failed. - Benefit: Prevents workflow from halting and routes to error logging. --- ### 7. Google Sheets - Error Log - Logs failed prompts and error messages. - Benefit: Helps identify what went wrong (e.g., malformed prompt). --- ## Challenges Solved | Problem | How This Workflow Fixes It | |---------|----------------------------| | Manual prompt-based image generation is slow | Fully automated with Flux AI | | No storage pipeline for generated images | Integrated with Google Drive | | No audit trail for prompts/images | Logged into Google Sheets | | Errors go unnoticed in image generation | Built-in error check and logging | | Users lack API access or dev experience | Friendly web form UI | --- ## API Spotlight This workflow is powered by the **[Flux AI Text-to-Image Generator API](https://rapidapi.com/skdeveloper/api/text-to-image-generator-flux)** - available exclusively on **RapidAPI**. ### Why use this API? - Ultra-fast text-to-image rendering - High-resolution results - Developer-friendly and cost-effective - Great for branding, mockups, and visuals We've integrated this API to make advanced image generation accessible with just a prompt - no AI or dev experience required.
n8n$9.99Automate Carbon Footprint Tracking and ESG Reporting with AI and Google Drive
Streamline your carbon footprint tracking and ESG reporting by automating data collection, analysis, and report generation using ScrapeGraphAI and Google Drive.
n8n$14.99Automate Nightly n8n Workflow Backups to Google Drive
This workflow automates the nightly backup of all n8n workflows to a designated Google Drive folder. It organizes backups by moving previous ones to an 'n8n_old' folder and deletes backups older than a specified age.
n8n$24.99Automated AI Graphic Design Suite with OpenAI and Google Drive
Create a comprehensive AI-powered graphic design system that automates the generation of logos, style guides, and gradient backgrounds using OpenAI and Google Drive.
n8n$19.99Automate Facebook Video Downloads to Google Drive with Logging in Google Sheets
This n8n workflow automates the process of downloading Facebook videos, storing them in Google Drive, and logging the activity in Google Sheets. It ensures efficient media management and record-keeping.
n8n$14.99Automate AI Content Creation and Management with Google Drive and Sheets
Streamline your content creation process by automating article generation with AI, organizing files in Google Drive, and tracking progress in Google Sheets. Ideal for marketers, bloggers, and businesses.
n8n$24.99Automate Video Analysis with AI Insights from Google Drive
This n8n workflow automates the retrieval and analysis of video files from Google Drive using Google Gemini AI, transforming them into actionable insights without manual intervention.
n8n$9.99Automate FTP File Transfers to Google Drive
This workflow automates the transfer of files from an FTP server to Google Drive, ideal for backups, data migration, and file synchronization.
n8n$9.99Automate Department-Specific Support via Telegram with Pinecone and Google Drive Integration
This workflow automates department-specific support using Telegram slash commands, integrating with Pinecone for knowledge management and Google Drive for auto-updating resources. It streamlines user queries to the correct department, enhancing efficiency and response accuracy.
n8n$24.99Automate n8n Credential Backups to Google Drive
Effortlessly back up your n8n credentials to Google Drive with this automated workflow, ensuring secure and regular backups for recovery and migration purposes.
n8n$9.99Automate Email Export from Gmail to Google Drive as CSV
This n8n workflow automates the export of emails from a specific sender in Gmail, formats the data, and uploads it as a CSV file to Google Drive.
n8n$9.99Automate Line Chart Creation and Upload to Google Drive
This workflow generates a dynamic line chart from JSON data using QuickChart and uploads the resulting image to Google Drive, streamlining your data visualization process.
n8n$4.99Automate Voice Note Transcription to X Posts via Google Drive and AssemblyAI
Transform your voice memos into X posts effortlessly with this n8n workflow. Capture ideas on the go and publish them as tweets without typing, using Google Drive and AssemblyAI.
n8n$3.99
More integrations
Need a custom Google Drive workflow?
Our automation experts build tailored Google Drive integrations for your exact stack.
Request a Custom Workflow