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!!
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.
Solved, the effect is here https://edu3d.co/t/yes-get-it-tested/270
https://stackoverflow.com/questions/32392072/how-to-play-google-drive-mp3-file-using-html-audio-tag 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>