This n8n workflow automatically converts LinkedIn video URLs into downloadable MP4 files using the LinkedIn Video Downloader API, uploads them to Google Drive with public access, and logs both the original URL and Google Drive link into Google Sheets.
It leverages the LinkedIn Video Downloader service for fast and secure video extraction.
1️⃣ On form submission → Captures LinkedIn video URL from the user via a web form.
2️⃣ HTTP Request → Calls LinkedIn Video Downloader to fetch downloadable MP4 links.
3️⃣ If → Checks for API errors and routes workflow accordingly.
4️⃣ Download mp4 → Downloads the MP4 video file from the API response URL.
5️⃣ Upload To Google Drive → Uploads the downloaded MP4 file to Google Drive.
6️⃣ Google Drive Set Permission → Makes the uploaded file publicly accessible.
7️⃣ Google Sheets → Logs successful conversions with LinkedIn URL and sharable Drive link.
8️⃣ Wait → Delays execution before logging failed attempts.
9️⃣ Google Sheets Append Row → Logs failed video downloads with N/A
Drive link.
N/A
.