Skip to content

Instantly share code, notes, and snippets.

@Moutard3
Last active December 20, 2024 03:11
Show Gist options
  • Save Moutard3/b925b090ab1d6d20a5d20f054bae7bca to your computer and use it in GitHub Desktop.
Save Moutard3/b925b090ab1d6d20a5d20f054bae7bca to your computer and use it in GitHub Desktop.
Tutorials / Walkthrough for uploading & getting direct link of sound file (mp3, ogg, ...)
@xylucien
Copy link

this helped a lot. Thank you!

@kayoroxa
Copy link

How to use this with Google Drive

Upload MP3 file to drive, set to public. Copy public link and paste in notepad, eg: https://drive.google.com/open?id=###########################

Copy the ID code after the = sign and paste it into the following url, in place of ################################# https://docs.google.com/uc?export=open&id=#############################

Example: https://drive.google.com/open?id=lotsofrandomlettersandnumbers BECOMES https://docs.google.com/uc?export=open&id=lotsofrandomlettersandnumbers

Thank you soooooo much

@yebone
Copy link

yebone commented May 8, 2023

I had trouble with audio this morning. now i am good with jukehost.
Thanks you so much

@sadik-fattah
Copy link

How to use this with Google Drive

Upload MP3 file to drive, set to public. Copy public link and paste in notepad, eg: https://drive.google.com/open?id=###########################

Copy the ID code after the = sign and paste it into the following url, in place of ################################# https://docs.google.com/uc?export=open&id=#############################

Example: https://drive.google.com/open?id=lotsofrandomlettersandnumbers BECOMES https://docs.google.com/uc?export=open&id=lotsofrandomlettersandnumbers

the problem with google drive the permission not free im try to download sum mp3 file with android application the permission denied

@MoatazBadawy
Copy link

How to use this with Google Drive
Upload MP3 file to drive, set to public. Copy public link and paste in notepad, eg: https://drive.google.com/open?id=###########################
Copy the ID code after the = sign and paste it into the following url, in place of ################################# https://docs.google.com/uc?export=open&id=#############################
Example: https://drive.google.com/open?id=lotsofrandomlettersandnumbers BECOMES https://docs.google.com/uc?export=open&id=lotsofrandomlettersandnumbers

the problem with google drive the permission not free im try to download sum mp3 file with android application the permission denied

Open Drive will be good in this case.

@anhlevan2022
Copy link

Drive google I can't use it anymore, guys, the audio doesn't play.

@KhristopherDev
Copy link

You're a life-saver. Thanks man.

@123coven
Copy link

Drive google I can't use it anymore, guys, the audio doesn't play.

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer

@anhlevan2022
Copy link

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer
The iframe tag can be used normally, I mean it can no longer be used in the audio tag.

@123coven
Copy link

123coven commented Oct 16, 2024

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer
The iframe tag can be used normally, I mean it can no longer be used in the audio tag.
I was talking about google docs but I think I have a solusion
<iframe src="paste google drive audio link here" width="360" height="480" allow="autoplay"></iframe>
You need to remove /view?usp=drive_link and put /preview

@123coven
Copy link

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer
The iframe tag can be used normally, I mean it can no longer be used in the audio tag.

Here is another way to embed it. go to embed and go to by url and past in link.

@123coven
Copy link

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer
The iframe tag can be used normally, I mean it can no longer be used in the audio tag.

Here is another way to embed it. go to embed and go to by url and past in link.

Another way is to

past the link and then press tab then it will become a button then click the button and press share and press anyone with link and make it viewer
The iframe tag can be used normally, I mean it can no longer be used in the audio tag.
I was talking about google docs but I think I have a solusion
<iframe src="paste google drive audio link here" width="360" height="480" allow="autoplay"></iframe>
You need to remove /view?usp=drive_link and put /preview

There is a diffrent way to do the iframe code is to go to the file in drive and press the three dots menu and select open in new windows then press the three dots and press open in new window. Finally press the three dots and press embed item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment