Block 1 - Google Drive Trigger
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automate video transcription and Q&A with async VLM processing that scales from short clips to long recordings. What this workflow does 1. Monitors Google Drive for new files in a specific folder a...
n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheets, n8n-nodes-base.googlesheetstool, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atik.
Original n8n.io sourceAutomate video transcription and Q&A with async VLM processing that scales from short clips to long recordings.
Prerequisites: Google Drive and Google Sheets accounts, VLM Run API credentials, OpenAI (or another supported) chat model credentials, n8n instance.
Install the verified VLM Run node by searching for VLM Run in the nodes list, then click Install. You can also confirm on npm if needed. After install, it integrates directly for robust async transcription.
Quick Setup:
Google Drive folder watch
Download the new file
{{$json.id}} and save the binary as data.Async transcription with VLM Run
video.transcription. Enable Process Asynchronously and set Callback URL to your Webhook path (for example /transcript-video). Add your VLM Run API key.Webhook to receive results
/transcript-video. This is the endpoint VLM Run calls when the job completes. Use When Last Node Finishes or respond via a Respond node if you prefer.Append to Google Sheets
Add Google Sheets node with Append. Point to your spreadsheet and sheet. Map:
Connect Google Sheets OAuth2.
Chat entry point and Agent
Add Chat Trigger to receive user questions.
Add AI Agent and connect:
In the Agent system message, instruct:
Test and activate
This workflow uses the VLM Run node for scalable, async video transcription and the AI Agent for grounded Q&A from Sheets, giving you a durable pipeline from upload to searchable answers with minimal upkeep.
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.
| Workflow | Video transcript search and Q&A with VLM Run, GPT-4 & Google Workspace |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Content Creation, AI RAG |
| Author | Atik |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9325/9325.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Automate video transcription and Q&A with async VLM processing that scales from short clips to long recordings. What this workflow does 1. Monitors Google Drive for new files in a specific folder a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI RAG use case.