Problem with Automating Zoom Class Transcription in Make

Hello Make community,

I’ve been trying to automate the transcription and summarization of the online classes I take. These classes are recorded on Zoom, but I don’t have the files downloaded on my computer. Instead, I have public links to the cloud recordings on Zoom.

Objective

Automate the process of transcribing and summarizing these Zoom classes using Make, with Whisper for transcription, ChatGPT for summarization, and Notion for storing the results.

Current Workflow

  1. I obtain the recording URLs from a Google Sheets document (manually copied).
  2. I use the Zoom module “Download a cloud recording” in Make to download the class.
  3. Here’s the problem: The module’s output is a binary file that I can’t work with directly.
  4. The idea is to then process the file with Whisper for transcription, ChatGPT for summarization, and store the results in Notion.

Unsuccessful Solutions Tried

  • Conversion modules like 1001fx, CloudConvert, and similar ones.
  • Downloading the file to Google Drive and manually changing the extension to .mp4 (the file is marked as corrupt and can’t be played).
  • Modifying the extension within Make in the Zoom, Whisper, and FX1001 modules, without success.

Questions and Help Needed

  • Has anyone successfully downloaded Zoom recordings in Make and converted them into a usable format? I tried the solution from this link, but it didn’t work for me: Zoom Download Recording File
  • Is there any way to manipulate the binary file returned by Zoom?
  • Any other recommended method or external service to convert this file into a usable format?

I’d really appreciate any help or ideas you can share.

Thanks in advance!

Welcome to the Make community!

To allow others to assist you with your scenario, please provide the following:

Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and relevant filter settings. It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

By providing these details, it will allow others to assist you better.