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.

