Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
All In One Video Downloader to Google Drive (via RapidAPI best All In One Video Downloader) Description: This n8n workflow automates the process of downloading videos from any supported platform...
n8n-nodes-base.formtrigger, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceDescription:
This n8n workflow automates the process of downloading videos from any supported platform (like LinkedIn, Facebook, or Instagram) using the RapidAPI best All-In-One Video Downloader. It then uploads the video to your Google Drive and shares it publicly, while logging any failures in Google Sheets for tracking.
| π§© Node Name | π OneβLine Explanation |
|---|---|
| On form submission | Triggers the workflow when a user submits a video URL through a web form. |
| All in one video downloader | Sends a POST request to RapidAPI best All-In-One Video Downloader to fetch downloadable video links. |
| If | Checks whether the API response includes an error and routes accordingly. |
| Download mp4 | Downloads the video using the direct media URL received from the API. |
| Upload To Google Drive | Uploads the MP4 file to a designated folder in your Google Drive. |
| Google Drive Set Permission | Makes the uploaded file publicly shareable with a viewable link. |
| Wait | Adds a short delay before logging errors to prevent duplicate entries. |
| Google Sheets Append Row | Logs failed download attempts with the original URL and status as N/A. |
This workflow leverages the power of n8n and RapidAPI best All-In-One Video Downloader to create a fully automated pipeline for capturing video content from across the web. Itβs ideal for educators, marketers, content curators, or developers who want to streamline video storage and access using Google Drive.
Follow these steps to get your API key and start using it in your workflow:
Visit the API Page
π Click here to open Best All-In-One Video Downloader on RapidAPI
Log in or Sign Up
Subscribe to a Pricing Plan
Access Your API Key
X-RapidAPI-Key under Request Headers. Use the Key in Your Workflow
"x-rapidapi-key": "your key"
with:"x-rapidapi-key": "YOUR_ACTUAL_API_KEY"
β Youβre now ready to use the Best All-In-One Video Downloader with your automated workflows!
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 | Download videos from any platform to Google Drive with RapidAPI integration |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | File Management, Multimodal AI |
| Author | Sk developer |
| Published | 22 Aug 2025 |
Use the JSON export at /data/workflows/7720/7720.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.
All In One Video Downloader to Google Drive (via RapidAPI best All In One Video Downloader) Description: This n8n workflow automates the process of downloading videos from any supported platform...
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 File Management, Multimodal AI use case.