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.
Threads Video Downloader & Google Drive Logger Automate downloading Threads videos from URLs, upload them to Google Drive , and log results in Google Sheets using n8n. API Source: [Threads Download...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, 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 sourceAutomate downloading Threads videos from URLs, upload them to Google Drive, and log results in Google Sheets using n8n.
API Source: Threads Downloader on RapidAPI
| Node | Explanation |
|---|---|
| On form submission | Trigger workflow when a user submits a Threads URL via a form. |
| Fetch Threads Video Data | Sends the submitted URL to Threads Downloader API to get video info. |
| Check If Video Exists | Checks if the API returned a valid downloadable video URL. |
| Download Threads Video File | Downloads the video from the API-provided URL. |
| Upload Video to Google Drive | Uploads the downloaded video to a designated Google Drive folder. |
| Set Google Drive Sharing Permissions | Sets sharing permissions so the uploaded video is accessible via a link. |
| Log Success to Google Sheets | Records the original URL and Google Drive link in Google Sheets for successful downloads. |
| Wait Before Logging Failure | Adds a pause before logging failed downloads to avoid timing issues. |
| Log Failed Download to Google Sheets | Logs URLs with “N/A” for videos that failed to download. |
✅ Note: Keep your API key private.
URL | Drive_URL.| URL | Drive_URL |
|---|---|
| https://www.threads.net/p/abc123 | https://drive.google.com/file/d/xyz/view |
| https://www.threads.net/p/def456 | N/A |
Use Case: Automate downloading Threads videos for marketing, content archiving, or research.
Benefits:
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 Threads videos & log results in Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | File Management |
| Author | Sk developer |
| Published | 25 Oct 2025 |
Use the JSON export at /data/workflows/10153/10153.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.
Threads Video Downloader & Google Drive Logger Automate downloading Threads videos from URLs, upload them to Google Drive , and log results in Google Sheets using n8n. API Source: [Threads Download...
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 use case.