Skip to main content

Download watermark-free TikTok videos to Google Drive with automated sheets logging

Workflow preview

Workflow preview
100%
Download watermark-free TikTok videos to Google Drive with automated sheets logging preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 β€” ...

Best for

  • File Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.

Original n8n.io source

1.1 Workflow description

Title
Download watermark-free TikTok videos to Google Drive with automated sheets logging
Workflow name
Download watermark-free TikTok videos to Google Drive with automated sheets logging

πŸ“₯ 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

  1. Go to πŸ‘‰ TikTok Download Audio Video API - RapidAPI
  2. Click "Subscribe to Test" (you may need to sign up or log in).
  3. Choose a pricing plan (there’s a free tier for testing).
  4. After subscribing, click on the "Endpoints" tab.
  5. 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

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 3 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Google Drive Set Permission

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 6 - Upload To Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 7 - Google Sheets Append Row

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - MP4 Downloader

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - TikTok RapidAPI Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8285/8285.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Download watermark-free TikTok videos to Google Drive with automated sheets logging do?

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 β€” ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.