Skip to main content

Automate video creation with Gemini Prompts and Vertex AI to Google Drive

Workflow preview

Workflow preview
100%
Automate video creation with Gemini Prompts and Vertex AI to Google Drive preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automate video creation: AI generates ideas, Vertex AI renders videos, and auto uploads to Google Drive with complete tracking. What You Get Gemini AI for creative prompts Vertex AI video generatio...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gilbert Onyebuchi.

Original n8n.io source

1.1 Workflow description

Title
Automate video creation with Gemini Prompts and Vertex AI to Google Drive
Workflow name
Automate video creation with Gemini Prompts and Vertex AI to Google Drive

Automate video creation: AI generates ideas, Vertex AI renders videos, and auto-uploads to Google Drive with complete tracking.

What You Get

  • Gemini AI for creative prompts
  • Vertex AI video generation
  • Auto-upload to Google Drive
  • Complete Google Sheets logging
  • Smart retry logic
  • Base64 to MP4 conversion

Setup

  1. Enable Vertex AI in Google Cloud
  2. Get Gemini API key
  3. Run gcloud auth print-access-token for ACCESS TOKEN
  4. Import workflow & configure credentials
  5. Add prompts & test

Flow

Schedule → Gemini AI → Vertex AI → Wait → Convert → Upload → Log

Resources

⚠️ Note: ACCESS TOKEN expires hourly - refresh using gcloud auth print-access-token


📧 LinkedIn: linkedin.com/in/yourprofile

🔗 More n8n Products: Click here

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Every 2 Hours1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 3 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 4 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 5 - Code in JavaScript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Code in JavaScript1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Setting

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 9 - Vertex AI-fetch

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 11 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Log Final Video in Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 13 - Vertex AI-VEO

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Basic LLM Chain - Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 18 - Is Video Complete?1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 19 - Wait 1 Min & Retry1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 20 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate video creation with Gemini Prompts and Vertex AI to Google Drive
Complexity advanced
Nodes 21
Categories Content Creation, Multimodal AI
Author Gilbert Onyebuchi
Published 26 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12168/12168.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automate video creation with Gemini Prompts and Vertex AI to Google Drive do?

Automate video creation: AI generates ideas, Vertex AI renders videos, and auto uploads to Google Drive with complete tracking. What You Get Gemini AI for creative prompts Vertex AI video generatio...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Content Creation, Multimodal AI use case.