Upload Video to Drive via Google Script
detail.loadingPreview
Automates video uploads to Google Drive using a Google Apps Script.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to automate the process of uploading videos to Google Drive. It utilizes an HTTP Request node to send a video URL to a Google Apps Script, which then handles the actual upload to your Google Drive.
Key Features
- Triggers workflow manually.
- Sends video URL to a Google Apps Script via HTTP POST request.
- Renames uploaded videos in Google Drive.
- Includes comprehensive error handling and retry mechanisms.
How To Use
- Import this workflow into n8n.
- Configure the
httpRequestnode with your Google Apps Script URL and necessary environment variables. - Ensure your Google Drive account is connected and authorized in the
googleDrivenode. - Trigger the workflow manually by clicking 'Test workflow'.
Apps Used
Workflow JSON
{
"id": "ecd0268b-4c2b-4a41-bf6e-6e8177765bdb",
"name": "Upload Video to Drive via Google Script",
"nodes": 0,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ecd0268b-4c2b...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Save File to Google Drive and Log URL
This workflow saves uploaded files to Google Drive in a structured folder system and logs the URL of the saved file.
Deduplicate Google Drive Files
Removes duplicate files from a Google Drive folder based on MD5 checksum.
Create Google Drive Folders by Path
Creates nested Google Drive folders from a path string and returns the ID of the final folder.
Google Drive Image Optimizer
Automatically optimizes images uploaded to Google Drive using TinyPNG.
Sync New Files From Google Drive with Airtable
Automatically sync new files from Google Drive to Airtable and share them via email.