Hi guys,
I am currently working on an automation process where I upload a file to an S3 bucket and subsequently send it to the transcription service I use, “Salad Transcription API”.
As recommended, I am attempting to utilize S3 for this process. However, I am encountering issues with the S3 “Read file” module. Specifically, I am unable to extract the file URL, which is necessary for the POST request to the transcription service.
I have attached screenshots of my setup and the error message received from the “Read file” module. My suspicion is that the module might be looking in the wrong folder, but I am unsure how to resolve this issue.
Could you please provide guidance on how to correctly configure the S3 “Read file” module to ensure it points to the correct location?
Thank you for your assistance.
Best regards,
Peter
1 Like
Hello @AiOptBiz , Welcome to the community
,
It appears that the prefix trans/ in the key is being interpreted as a folder instead of as part of the filename, which is why it’s throwing an error. @abuaboud, do you have any thoughts on this issue?
@AiOptBiz did you manage to get the Salad transcription flow to work? If so I’d really like your help because I’m getting an error on passing a Google Drive URL.
The URL is being passed OK but I’m getting a 400 formatting error returned from the Salad API, and I’ve copied the format from their docs.
Thank you,
Bharat
Hi @BharatKaravadra as far as I know Salad doesn’t support gdrive, try using s3 storage instead
@AiOptBiz Thanks for the advice. I tested with an mp4 file on my webser that is easily accessible and the Http Request Piece still fails.
The response from the Salad API has a 400 error code and some text saying ‘The input was not valid.’
It feels like a formatting issue of how the variables to be sent ot eh API are set in the HTTP piece and that’s what I wanted your help with. If you’ve got it working with S3 then I’d simply like to know how you’ve configured the Piece.
Can you take a screen recording or screen capture of all the HTTP Piece settings and obscure or change your API key, or can we get on a screen share?
I’d really appreciate it.