URL Expiration | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

URL Expiration

https://code.sololearn.com/WJPWwZt51ns7/?ref=app https://code.sololearn.com/W96dP6o3xLZ5/?ref=app Whenever I put the URL to an audio file or video, the URL expires. Is there a way for me to use an URL that doesn't expire? Please help me.

14th Jun 2020, 5:53 PM
Kayla Onobun
Kayla Onobun - avatar
3 Answers
+ 2
But when I uploaded it to my Google Drive, and I paste the link in the code, it wouldn't play. https://code.sololearn.com/WJvA93THfc6Z/?ref=app
16th Jun 2020, 9:18 AM
Kayla Onobun
Kayla Onobun - avatar
+ 1
<audio controls="controls"> <source src="https://docs.google.com/uc?export=download&id=1AVd4NN3WNEBvFQ_m2SM9O5Sx-HBCZqUV"> </audio> this is your id "1AVd4NN3WNEBvFQ_m2SM9O5Sx-HBCZqUV" you don't need . mp3
16th Jun 2020, 10:00 AM
anjit pariyar
anjit pariyar - avatar
0
Upload your audio to something like google drive and get a link from that
16th Jun 2020, 7:17 AM
anjit pariyar
anjit pariyar - avatar