I have a WebApp that collects work site data into a Google Sheets spreadsheet and also collects work site photos into a Google Drive folder that I create for each job. Some
I made a two lines script to use the share link of an image in Google Drive.
function DRIVE_IMAGE(link){
return link.replace("open?", "uc?export=download&");
}
Using the script :
Enter the formula
=IMAGE(DRIVE_IMAGE("COPIED_LINK"))