Google Drive Salad Transcription - Big file problem

Status: Closed · Asked by ericcpi on · 0 views

ericcpi — Question ·
Task History ID: IjU3NjUwNTZjMDYzNzA0MzM1MjY5NTUzNjUxMzU1MTZhNTQzODBmMzci_pc

Hi,

I'm trying to drop a file in google drive, call salad api, transcribe in google docs then move the file out to a different folder.

Successful task - IjU3NjUwNTZjMDYzNzA0MzM1MjY5NTUzNjUxMzU1MTZiNTQzMDBmMzUi_pc
I was able to create google docs transcription file and moved the file to a different folder

Failed task - IjU3NjUwNTZjMDYzNzA0MzM1MjY5NTUzNjUxMzU1MTZhNTQzODBmMzci_pc
Data Output Error: File can not be downloaded or duration is missing. Please check your file and try again.

I think it might be because of this prompt from google drive if the file is too big then it prompts for a scan?

The API cannot download the file because of the prompt from google drive if it's big.

"output": {
"duration": 0,
"error": "File can not be downloaded or duration is missing. Please check your file and try again."
},

Fagun Shah — Reply ·

Yes, that issue is common with google drive files.

You need to host them on something like bunny.net

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
ericcpi — Reply ·

Thank you for your response.

Back to all forum threads · Log in to reply