workflows.fit
Back to n8n workflows
n8n templateFreeBy Sk developer

Download Threads videos & log results in Google Sheets

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 Downloader on RapidAPI](https...

Data & StorageProductivityDevelopmentCore NodesForm TriggerHttp RequestIfGoogle Drive
Loading interactive preview...

Template notes

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 Downloader on RapidAPI](https://rapidapi.com/skdeveloper/api/threads-downloader1)

---

Workflow Explanation

| 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](https://rapidapi.com/skdeveloper/api/threads-downloader1) 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. |

---

How to Obtain a RapidAPI Key