Download Watermark-free TikTok Videos to Google Drive with Automated Sheets Logging

Go to Workflow
0 views
Built by Evoort Solutions Evoort Solutions
Created on June 05, 2026

Description

πŸ“₯ 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 β€” powered by TikTok Download Audio Video API.

πŸ“ Description

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-by-Node Overview

| # | 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. |

βœ… Use Cases

πŸ“² Social media managers downloading user-generated content
🧠 Educators saving TikTok content for offline lessons
πŸ’Ό Agencies automating short-form video curation
πŸ€– Workflow automation demonstrations with n8n

🎯 Key Benefits

βœ”οΈ MP4 without watermark via TikTok Download Audio Video API
βœ”οΈ Automated Google Drive upload & shareable links
βœ”οΈ Centralized logging in Google Sheets
βœ”οΈ Error handling and retry-safe structure
βœ”οΈ Fully customizable and extendable within n8n

πŸ’‘ Ideal for anyone looking to automate TikTok video archiving with full control over file storage and access.

πŸ” How to Get Your API Key for the TikTok Download Audio Video API

Go to πŸ‘‰ TikTok Download Audio Video API - RapidAPI
Click "Subscribe to Test" (you may need to sign up or log in).
Choose a pricing plan (there’s a free tier for testing).
After subscribing, click on the "Endpoints" tab.
Your API Key will be visible in the "x-rapidapi-key" header.

πŸ”‘ 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:

πŸ‘‰ Start Automating with n8n

Nodes Used (3)

Google Drive
n8n-nodes-base.googleDrive
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest