Google drive to URL / Deepgram

I’m trying to use Deepgram module “Transcribe a Prerecorded Audio File from URL”

The scenario starts with watching a google drive folder, and then downloads the file, the issue is that the Deepgram module asks for an URL instead of the data and the URLs from the “Download file” module of Google drive don’t work. The drive is private, so there won’t be a sharable link either.

I tried with this link: https://drive.google.com/uc?authuser=0&id=&export=download, replacing ID with the file ID, but the deepgram module throws the error: 400 and 405 (Requires Json format) Errors
So do I need to transform the audio to json ?

How can I send a correct URL from the drive to deepgram?
I know there is an EdenAi module that would let me use deepgram, but the options there don’t allow me to select the model I want for Deepgram to use.

Thaks

1 Like

Hi @DanielCS
Sample work flow


And then you can use the web content link from get a share link module:

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

3 Likes

Thank you!
Totally forgot about that module and I almost came back to say it didn’t work because the first tests Deepgram thrown an error but was because I was using the wrong link again :sweat_smile:

Is working now.

1 Like