A client of mine has uploaded some photos to their Google Drive and would like me to display their photos on their company website. I reviewed the documentation for displayi
1 - Create a folder in your google drive;
2 - Make this folder public (on share property)
3 - use something like this as your image src: https://drive.google.com/thumbnail?id=${imageId}&sz=w${width || 200}-h${height || 200}
https://drive.google.com/thumbnail?id=${imageId}&sz=w${width || 200}-h${height || 200}