This workflow automates the process of uploading a video to Google Drive and renaming it, triggered manually for testing or manual operation. It starts with a manual trigger, then sends an HTTP request to a Google Apps Script web app, which handles the upload. Once the upload is complete, the workflow renames the uploaded video file on Google Drive.
The key steps include:
1. Manual trigger to initiate the process.
2. Sending a POST request to a Google Apps Script web app with the video URL and a secret for authentication.
3. The Google Apps Script uploads the video to Google Drive.
4. After upload, the workflow renames the video file to a specified name.
This setup is useful for automating video uploads, especially when managing large media libraries or integrating with other systems for content distribution. It is ideal for content creators, marketers, or teams needing consistent file naming or batch uploads through simple manual prompts.
Reviews
There are no reviews yet.