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.
TikTok to MP4 Converter with Google Drive & Sheets Convert TikTok videos to MP4 , MP3 (without watermark), upload to Google Drive, and log conversion attempts into Google Sheets automatically β ...
n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.
Original n8n.io sourceConvert TikTok videos to MP4 , MP3 (without watermark), upload to Google Drive, and log conversion attempts into Google Sheets automatically β powered by TikTok Download Audio Video API.
This n8n automation accepts a TikTok video URL via a form, sends it to the TikTok Download Audio Video API, downloads the watermark-free MP4, uploads it to Google Drive, and logs the result (success/failure) into Google Sheets.
| # | Node | Functionality |
|---|---|---|
| 1 | π’ Form Trigger | Displays a form for user input of TikTok video URL. |
| 2 | π TikTok RapidAPI Request | Calls the TikTok Downloader API to get the MP4 link. |
| 3 | π If Condition | Checks if the API response status is "success". |
| 4 | β¬οΈ MP4 Downloader | Downloads the video file using the returned "no watermark" MP4 URL. |
| 5 | βοΈ Upload to Google Drive | Uploads the video file to Google Drive root folder. |
| 6 | π Set Google Drive Permission | Makes the file publicly shareable via link. |
| 7 | π Google Sheets (Success) | Logs TikTok URL + public Drive link into a Google Sheet. |
| 8 | β±οΈ Wait Node | Delays to prevent rapid write operations on error. |
| 9 | π Google Sheets (Failure) | Logs failed attempts with Drive_URL = N/A. |
π‘ Ideal for anyone looking to automate TikTok video archiving with full control over file storage and access.
π Copy and paste this key into the httpRequest node in your workflow.
Create your free n8n account and set up the workflow in just a few minutes using the link below:
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 watermark-free TikTok videos to Google Drive with automated sheets logging |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | File Management |
| Author | Evoort Solutions |
| Published | 05 Sept 2025 |
Use the JSON export at /data/workflows/8285/8285.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.
TikTok to MP4 Converter with Google Drive & Sheets Convert TikTok videos to MP4 , MP3 (without watermark), upload to Google Drive, and log conversion attempts into Google Sheets automatically β ...
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.