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.
Automate YouTube Video Uploads with Google Drive and OpenAI
Seamlessly integrate Google Drive with OpenAI to automate video uploads and generate engaging descriptions.
n8n$11.56Send email notifications for new files in a Google Drive folder
A ready-to-use Make workflow that connects Google-drive, Google-email. Send email notifications for new files in a Google Drive folder. Customize and deploy in minutes.
Make$3.99Upload Multiple Gmail Attachments to Google Drive - No Code Node
Extracts multiple attachments from Gmail emails and uploads them to Google Drive using n8n's Split Out node and expressions, without any Code node for simplicity and maintainability.
n8n$12.99Instagram Carousel Posts from Google Drive via Cloudinary + Telegram Alerts
Automates Instagram carousel posts by pulling images from Google Drive, hosting on Cloudinary, publishing via Facebook Graph API, and sending Telegram success notifications.
n8n$22.99AI Agent for Chatting with Files in Supabase & Google Drive
Automates file management across Supabase Storage and Google Drive with an AI agent that parses documents and answers queries based on content.
n8n$22.99Save MP4 Attachments from Gmail to Google Drive with Web Link
Automatically fetches MP4 attachments from labeled Gmail emails, uploads them to a specific Google Drive folder, and generates a shareable web view link for easy access.
n8n$5.99Automate File Conversion and Upload between Google Drive and Zamzar
Automatically convert files from Google Drive using Zamzar and upload the converted files back to Google Drive, streamlining your file management process.
Make$4.99Backup your Tumblr videos to Google Drive
A ready-to-use Make workflow that connects Tumblr, Http, Google-drive. Backup your Tumblr videos to Google Drive. Customize and deploy in minutes.
Make$3.99Transcribe and Analyze Sentiment of Audio Files from Google Drive with Eden AI
Automatically transcribe audio files stored in Google Drive using Eden AI's speech-to-text capabilities, and perform sentiment analysis on the transcriptions. This workflow efficiently processes audio data and stores the results in Google Sheets.
Make$4.99Upload Videos to Instagram, TikTok & YouTube from Google Drive
Automates monitoring Google Drive for new videos, generates AI descriptions via OpenAI, and uploads to Instagram, TikTok, and YouTube with error notifications.
n8n$24.99Integrate OpenAI with Google Drive for Seamless Assistance
This workflow enables users to leverage OpenAI's capabilities while integrating with Google Drive for efficient document handling.
n8n$8.82Remove Image Backgrounds with APImage AI: Airtable to Google Drive
# AI Background Removal Workflow This workflow **automatically removes backgrounds** from images stored in **Airtable** using the **[APImage API](https://apimage.org)**, then downloads and saves the processed images to **Google Drive**. Perfect for batch processing product photos, portraits, or any images that need clean, transparent backgrounds. The source (Airtable) and the storage (Google Drive) can be **changed to any service** or database you want/use.  ## Nodes Overview ### 1. **Remove Background** (Manual Trigger) This manual trigger starts the background removal process when clicked. **Customization Options:** - Replace with **Schedule Trigger** for automatic daily/weekly processing - Replace with **Webhook Trigger** to start via API calls - Replace with **File Trigger** to process when new files are added --- ### 2. **Get a Record** (Airtable) Retrieves media files from your Airtable Creatives Library database. - Connects to the Media Files table in your Airtable base - Fetches records containing image thumbnails for processing - Returns all matching records with their thumbnail URLs and metadata **Required Airtable Structure:** - Table with image/attachment field (currently expects thumbnail field) - Optional fields: File Name, Media Type, Upload Date, File Size **Customization Options:** - Replace with **Google Sheets**, **Notion**, or any database node - Add filters to process only specific records - Change to different tables with image URLs --- ### 3. **Code** (JavaScript Processing) Processes Airtable records and prepares thumbnail data for background removal. - Extracts thumbnail URLs from each record - Chooses best quality thumbnail (large > full > original) - Creates clean filenames by removing special characters - Adds processing metadata and timestamps **Key Features:** ```javascript // Selects best thumbnail quality if (thumbnail.thumbnails?.large?.url) { thumbnailUrl = thumbnail.thumbnails.large.url; } // Creates clean filename cleanFileName: (record.fields['File Name'] || 'unknown') .replace(/[^a-zA-Z0-9]/g, '_') .toLowerCase() ``` **Easy Customization for Different Databases:** - **Product Database**: Change field mappings to Product Name, SKU, Category - **Portfolio Database**: Use Project Name, Client, Tags - **Employee Database**: Use Full Name, Department, Position --- ### 4. **Split Out** Converts the array of thumbnails into individual items for parallel processing. - Enables processing multiple images simultaneously - Each item contains all thumbnail metadata for downstream nodes --- ### 5. **APImage API** (HTTP Request) Calls the APImage service to remove backgrounds from images. **API Endpoint:** ``` POST https://apimage.org/api/ai-remove-background ``` **Request Configuration:** - **Header**: `Authorization: Bearer YOUR_API_KEY` - **Body**: `image_url: {{ $json.originalThumbnailUrl }}` **Setup Required:** 1. Replace `YOUR_API_KEY` with your actual API key 2. Get your key from [APImage Dashboard](https://apimage.org/dashboard) --- ### 6. **Download** (HTTP Request) Downloads the processed image from APImages servers using the returned URL. - Fetches the background-removed image file - Prepares image data for upload to storage --- ### 7. **Upload File** (Google Drive) Saves processed images to your Google Drive in a bg_removal folder. **Customization Options:** - Replace with **Dropbox**, **OneDrive**, **AWS S3**, or **FTP** upload - Create date-based folder structures - Use dynamic filenames with metadata - Upload to multiple destinations simultaneously --- ## How to Get Started 1. **Set up APImage API:** - Double-click the **APImage API** node - Replace `YOUR_API_KEY` with your actual API key - Keep the `Bearer` prefix 2. **Configure Airtable:** - Ensure your Airtable has a table with image attachments - Update field names in the **Code** node if different from defaults 3. **Test the workflow:** - Click the **Remove Background** trigger node - Verify images are processed and uploaded successfully [Get your API Key](https://apimage.org/dashboard) --- ## How to Customize ### **Input Customization** (Left Section) Replace the Airtable integration with any data source containing image URLs: - **Google Sheets** with product catalogs - **Notion** databases with image galleries - **Webhooks** from external systems - **File system** monitoring for new uploads - **Database** queries for image records ### **Output Customization** (Right Section) Modify where processed images are stored: - **Multiple Storage**: Upload to Google Drive + Dropbox simultaneously - **Database Updates**: Update original records with processed image URLs - **Email/Slack**: Send processed images via communication tools - **Website Integration**: Upload directly to WordPress, Shopify, etc. ### **Processing Customization**
n8n$9.99Automate Folder Name Transfer from Google Drive to Egnyte
Automatically retrieve folder names from Google Drive and create corresponding folders in Egnyte, streamlining your file organization process.
MakeFreeAutomatically Backup Uploadcare Files to Google Drive
This workflow automatically backs up new files uploaded to Uploadcare by saving them to your Google Drive, ensuring your data is securely stored and easily accessible.
Make$3.99Automate Barcode Reading from Google Drive PDFs to Google Sheets
Streamline your workflow by automatically reading barcodes from PDFs stored in Google Drive and logging the results in Google Sheets using PDF.co's powerful API.
Make$4.99Export WordPress Posts to CSV and Upload to Google Drive
Automates fetching published WordPress posts, converting them to CSV with ID, title, link, and content, then uploading to Google Drive for backups and analysis.
n8n$12.99Sync Egnyte Subfolder Names to Google Drive
Automatically list subfolders from Egnyte and create corresponding folders in Google Drive, ensuring seamless data organization across platforms.
MakeFreeAutomated JPG/PNG to WebP Converter with APYHub & Google Drive
Automates converting JPG/PNG images to WebP via APYHub API, sourcing URLs from Google Sheets and uploading optimized files to Google Drive for faster web performance and SEO benefits.
n8n$12.99Automatically Compress and Save Instagram Photos to Google Drive
This workflow compresses new Instagram photos using Mallabe Images and saves them to a specified Google Drive folder, ensuring efficient storage and easy access.
Make$4.99Automate Data Extraction from Google Drive Documents Using Koncile OCR
Automatically monitor a Google Drive folder for new documents and extract structured data using Koncile's OCR engine for seamless reporting and automation.
Make$3.99Automate File Movement Between Google Drive Folders
Efficiently manage your Google Drive by automatically monitoring a folder for new files and moving them to a specified destination folder.
MakeFreeAutomate Bi-Directional File Sync Between Shufflrr and Google Drive
This workflow automates the synchronization of presentation files between Shufflrr and Google Drive, ensuring that new and updated files are consistently mirrored across both platforms.
Make$2.99Automate File Transfer from Google Drive to Shufflrr
This workflow automatically transfers new files from a specified Google Drive folder to a designated Shufflrr folder every 15 minutes, ensuring your presentations are always up-to-date.
Make$3.99Automatically Add Signatures to PDFs Using PDF.co and Google Drive
Seamlessly integrate your signature image into PDF documents stored in Google Drive using PDF.co's robust API.
Make$4.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work