Embed gif in drive google

hello,

I’m wanting to embed a gif from my google drive.

I used this reference but it gives an error.

Can someone help me

I made two files in the shortcode folder

shader.html

{{ with .Get "id" }}
    <iframe 
        src="https://drive.google.com/file/d/{{ . }}" 
        width="640" 
        height="480" 
        allow="autoplay">
    </iframe>
{{ end}}

shadertoy.html

{{ with .Get "shadertoyid" }}
    <iframe 
        src="https://drive.google.com/file/d/{{ . }}" 
        width="640" 
        height="480" 
        allow="autoplay">
    </iframe>
{{ end }}

The problem now is permission