Hi all,
I am building a simple flow which is triggered by a new file upload in Google drive. Then, the .mp3 file is read by Google Drive and transcribed by OpenAI. Then the transcription is uploaded to a Google Docs.
The OpenAI step fails and returns this error:
Error while excution:
Error: {"response":{"status":400,"body":{"error":{"message":"Invalid file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']","type":"invalid_request_error","param":null,"code":null}}},"request":{"body":{"_overheadLength":594,"_valueLength":201464,"_valuesToMeasure":[],"writable":false,"readable":true,"dataSize":0,"maxDataSize":2097152,"pauseStreams":true,"_released":true,"_streams":[],"_currentStream":null,"_insideLoop":false,"_pendingNext":false,"_boundary":"--------------------------228898662447473191156248","_events":{},"_eventsCount":3}}}
The file is .mp3 and file size is <3 mb.
Thanks in advance.
Rabbit