Invalid File Format: Google Drive to ChatGPT Whisper

I need to transcribe audios uploaded to Google Drive with chatgpt but I get the following error:
[400] Invalid file format. Supported formats: [‘flac’, ‘m4a’, ‘mp3’, ‘mp4’, ‘mpeg’, ‘mpga’, ‘oga’, ‘ogg’, ‘wav’, ‘webm’]

This is the mapping:

This is the input:

The file name doesn’t contain any invalid characters: audioclip-1750629346000-6868.m4a
And the file size doesn’t exceeds limits: only 58KB and 7 seconds long.

The most acceptable file formats are mp3 and mp4. Use either one of those.

What happens if you try converting it to an MP3 file first? Does it still throw the same error?

To do this, you can try using the CloudConvert “Convert a File” module —

Converts a file into a selected output format.

For more information about the Convert a File module and CloudConvert app, see the corresponding Integrations page and the Help Centre documentation.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

Hi @samliew, it works using cloud convert.
Thanks :raising_hands:t4: