I downloaded a mp3 audio file and uploaded it in Google Drive. I copied the link and pasted it in src in HTML. I'm getting the controls but the audio is not playing anyhow. What have i done wrong?
Code:
<audio controls loop>
<source="https://drive.google.com/file/d/1NE1YL45F3gC0PKgIn42WvjIlmtsBavei/view?usp=sharing" type=audio/mpeg">
</audio>