How to upload mp3 from Google Drive?

Hello, I uploaded a mp3 file to my Google Drive and share the folder with anyone has the link. And I attach that link to the post. https://edu3d.co/t/yes-get-it-tested/270

I can get the mp3 player but it is not working correctly. So how to tackle this problem? Thank you!!

2 Likes

I got Google Drive mp3 file shared link work functionally.
https://edu3d.co/t/yes-get-it-tested/270

But it shows embedded effect. Kind of ugly.

2 Likes

Solved, the effect is here Yes, get it tested! - Multiple Choice, Multiple Answer - edu3d.co

cross browser - How to play google drive mp3 file using html audio tag? - Stack Overflow This gives answer.

https://drive.google.com/file/d/1AUz33k3ZNQ6_W82Sr-935H6RiT9Do1xD/view?usp=sharing

replace the following line with extracted ID

<audio controls>
<source src="https://docs.google.com/uc?export=download&id=1AUz33k3ZNQ6_W82Sr-935H6RiT9Do1xD">
Your browser does not support the audio element.
</audio>
5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.