I'm having html5 video from google drive and it stops after some time The reason for this is
I'm accessing google drive file using download url bt download url is expired after some time so that catch error
Find My Code below
<video autoplay muted loop id="video" class=""
src="https://drive.google.com/ucexport=download&id=1qSC6ySf6ZZldFRpuBx9EXvDsD-mfve1Z"
type="video/mp4"> </video>
Any Solution to overcome this problem?
403 Forbidden
Means that the user accessing the link does not have permission to access it. The user would need to be logged in to access it. You can try setting the file to public but the link will probably still expire after a time.
Also there is a recent security change which may be effecting you Resource keys