workflows.fit
Back to n8n workflows
n8n templateFreeBy Evoort Solutions

Form-triggered Instagram video downloads to Google Drive with Sheets logging

📥 Instagram to MP4 Converter with Google Drive Integration This n8n workflow enables users to convert Instagram video links into downloadable MP4 files, store them in Google Drive, and log the results (success or fai...

Data & StorageProductivityDevelopmentCore NodesForm TriggerGoogle SheetsIfWait
Loading interactive preview...

Template notes

📥 Instagram to MP4 Converter with Google Drive Integration

This n8n workflow enables users to convert Instagram video links into downloadable MP4 files, store them in Google Drive, and log the results (success or failure) in Google Sheets.

---

🔧 Node-by-Node Overview

1. On form submission – Triggers when a user submits an Instagram video URL. 2. Instagram Downloader API Request – Calls the [Instagram Downloader API](https://rapidapi.com/PrineshPatel/api/instagram-downloader51) to retrieve a downloadable link for the video. 3. If – Checks if the API response indicates success. 4. MP4 Downloader – Downloads the video from the provided media URL. 5. Upload To Google Drive – Uploads the MP4 video to a specified folder in Google Drive. 6. Google Drive Set Permission – Sets the uploaded file to public with a sharable link. 7. Google Sheets – Logs successful conversions, including the original URL and Drive link. 8. Wait – Adds a pause before logging failure to avoid rapid writes to Google Sheets. 9. Google Sheets Append Row – Logs failed attempts with DriveURL marked as N/A.

---

🚀 Key Features

- 🔗 Uses the [Instagram Downloader API](https://rapidapi.com/PrineshPatel/api/instagram-downloader51) to convert Instagram video URLs - 🗂 Uploads MP4s directly to Google Drive - 📊 Logs all actions in Google Sheets - 🧠 Smart error handling using conditional and wait nodes