Return MP3 File From Cloudinary Link

I was wondering if there is any way to get an mp3 file from a Cloudinary link. The goal is to allow the user to input a link, and using a web api it returns the file from that link and plays it using the sound block. I tried using a GET request by simply inputting the link but it doesn’t seem to play anything. If anyone can help that would be great.

image

What’s an example of a Cloudinary link to an mp3 file that you’re trying to use? What happens if you try to play that with a text block containing the url instead of the response block? Do you hear anything?

What is the value of the response block when assigned to a text input’s text (so that you can copy it)? You can then paste it here.

Any chance you can post a link to the project? If so, that might speed things along for anyone trying to help you.