Generate video from prompt using Vertex AI Veo 3 and upload to Google Drive
VerifiedGenerate cinematic videos from text prompts with Vertex AI Veo 3 and save to Google Drive.
What this workflow does
This n8n workflow accepts a text prompt and GCP token, calls Vertex AI Veo 3 via HTTP Request to generate a video, waits for completion, converts the base64 output to .mp4, and uploads the file to Google Drive.
It is designed for content creators, marketers, AI enthusiasts, and developers who want to automate cinematic video generation using Google’s Veo 3 model.
Who is this for?
Content creators, AI enthusiasts, marketers, and developers who want to automate cinematic video generation with Google Vertex AI Veo 3 inside n8n.
What problem it solves
Creating videos from text prompts and manually handling file delivery is slow and repetitive. This workflow automates the full flow from prompt submission to Google Drive storage.
What it automates
Marketing asset production
Marketers submit campaign prompts and receive ready-to-use .mp4 files saved directly in a shared Drive folder.
Social content experiments
Creators test multiple video concepts quickly by triggering the workflow with new prompts and reviewing outputs in Drive.
Internal demo generation
Developers and AI experimenters generate sample videos for presentations without leaving the n8n interface.
How the workflow works
The 2 nodes in this automation, in order.
- 1HTTP RequesthttpRequest
- 2Google DrivegoogleDrive
Apps & integrations used
How to set up Generate video from prompt using Vertex AI Veo 3 and upload to Google Drive
- 1Enable the Vertex AI API in your GCP project and obtain an access token.
- 2Create a new n8n workflow and add a Form Trigger node to collect the prompt and token.
- 3Add an HTTP Request node configured for the Vertex AI predictLongRunning endpoint.
- 4Add a second HTTP Request node to poll for completion and retrieve the base64 video.
- 5Use a Set node to convert the base64 string into a binary file.
- 6Connect the Google Drive node to upload the .mp4 file to your chosen folder.
How to customize this workflow
- →Swap the Veo 3 model endpoint for another Vertex AI video model when available.
- →Replace the Form Trigger with a Webhook or Schedule node for different input methods.
- →Add a Slack or email node after the Drive upload to notify team members.
- →Store the GCP token in n8n credentials instead of passing it via form for repeated use.
Generate video from prompt using Vertex AI Veo 3 and upload to Google Drive: pros & cons
Pros
- +End-to-end automation from prompt to Drive
- +Uses official Vertex AI preview endpoint
- +Beginner-friendly with only two core integrations
- +Outputs ready-to-use .mp4 files
Cons
- –Requires a valid GCP access token on every run
- –Veo 3 is still in preview and may have usage limits
- –No built-in error handling for failed renders
Frequently asked questions
It accepts a text prompt, generates a video with Vertex AI Veo 3, and uploads the result to Google Drive.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…