Hello,
I’m encountering an issue with an automation in Make that retrieves Zoom recordings, filters the video file, and uploads it to Vimeo.
Scenario structure:
- [Zoom] Watch Recordings – triggers when a new cloud recording is available.
- [Iterator] – iterates over the recording files.
- [Zoom] Download a Cloud Recording – downloads only the video file (filtered by
File Type = MP4
, see attached screenshot). - [Vimeo] Upload a video – uploads the video to a Vimeo account.
Problem:
When the Zoom recording is longer than one hour, the “Upload a video” module appears to work successfully in Make, but:
- On Vimeo, the video remains stuck in “Upload pending” status.
- An error is displayed on Vimeo:
“A problem occurred during upload. Please try again.”
- The video is never processed or visible, as if the upload is incomplete or corrupted.
Here’s what I’ve checked:
- The Vimeo OAuth connection in Make was recently reauthenticated and is working.
- The file downloaded from Zoom plays fine locally (the video is intact).
- The scenario works perfectly with shorter Zoom recordings.
Question:
Does Make impose any file size or duration limits when uploading videos to Vimeo through its module?
Is there a recommended way to handle large or long video uploads (1 hour or more) to avoid this Vimeo upload failure?
Thanks in advance for your support