Upload & rename videos to Google Drive via Apps Script from URL
📄 Google Script Workflow: Upload File from URL to Google Drive (via n8n) 🔧 Purpose: This lightweight Google Apps Script acts as a server endpoint that receives a file URL (from n8n), downloads the file, uploads it t...
Template notes
📄 Google Script Workflow: Upload File from URL to Google Drive (via n8n)
🔧 Purpose: This lightweight Google Apps Script acts as a server endpoint that receives a file URL (from n8n), downloads the file, uploads it to your specified Google Drive folder, and responds with the file’s metadata (like Drive file ID and URL). This is useful for large video/audio files that n8n cannot handle directly via HTTP Download nodes.
---
🚀 Setup Steps:
1. Create a New Script Project
- Go to [https://script.google.com](https://script.google.com) - Click “New Project” - Rename the project to something like: DriveUploader
---
2. Paste the Script Code