<img id="myImg" src="https://drive.google.com/uc?export=view&id=1gsRqRNoKabIkK9z1NhioUhpFOgIKww5Q" width="107" height="98">
<button onclick="change_image()">Change Image</button>
<script>
function change_image() {
document.getElementById("myImg").src = "https://drive.google.com/uc?export=view&id=1gsRqRNoKabIkK9z1NhioUhpFOgIKww5Q";
}
</script>
Image from the same link is loading properly. But it fails to change when using a js function