# How to upload mp3 from Google Drive?

**URL:** https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219
**Category:** Support
**Created:** [June 29, 2020, 8:10am UTC](https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219 "2020-06-29T08:10:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 29, 2020, 8:10am UTC](https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219/1 "2020-06-29T08:10:34Z")

</div>

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](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!!

---

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 29, 2020, 8:30am UTC](https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219/2 "2020-06-29T08:30:43Z")

</div>

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

But it shows embedded effect. Kind of ugly.

---

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 29, 2020, 8:39am UTC](https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219/3 "2020-06-29T08:39:26Z")

</div>

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

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

```

**replace the following line with extracted ID**

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

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [July 29, 2020, 8:39am UTC](https://meta.discourse.org/t/how-to-upload-mp3-from-google-drive/156219/4 "2020-07-29T08:39:28Z")

</div>

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