Upload Video to Drive via Google Script

This workflow automatically uploads specified video files to Google Drive by calling the Google Apps Script interface, and renames them uniformly after the upload. It addresses the cumbersome nature of the manual upload process and the inconsistency in naming, thereby improving efficiency. It is suitable for content creators and business users, achieving automation in video file management and reducing repetitive tasks and human errors.

Workflow Diagram
Upload Video to Drive via Google Script Workflow diagram

Workflow Name

Upload Video to Drive via Google Script

Key Features and Highlights

This workflow automates the process of uploading specified video files to Google Drive by invoking the Google Apps Script API. Upon successful upload, it automatically renames the video file. Integrated within the n8n automation platform, it streamlines video upload and management tasks, reducing manual effort.

Core Problems Addressed

It resolves the cumbersome manual process of uploading videos to Google Drive and the inconsistency in file naming. By automating both upload and file renaming, it enhances efficiency, eliminates redundant work, and prevents naming confusion.

Use Cases

  • Content creators who need to quickly upload videos to Google Drive with standardized naming conventions.
  • Enterprises requiring automatic archiving of video assets with consistent file naming.
  • Automated media management systems handling video upload workflows.

Main Workflow Steps

  1. Manually trigger the workflow by clicking the “Test workflow” button.
  2. Send the video URL and security key via an HTTP request to a predefined Google Apps Script web application endpoint.
  3. The Google Script receives the request and uploads the video to Google Drive.
  4. After upload completion, the workflow automatically invokes the Google Drive node to rename the video file to “Music Video 1” based on the returned file link.

Involved Systems or Services

  • Google Drive (file storage and management)
  • Google Apps Script (custom script interface for video upload)
  • n8n (automation workflow platform)

Target Users and Value Proposition

Ideal for content creators, video editors, and enterprise digital asset managers who frequently upload and manage video files. This workflow shortens the upload process through automation, enforces standardized file naming, improves operational efficiency, and reduces human errors—making it an excellent tool for enhancing video file management.