I have a google sheet column that contain Image URL from a google drive (refer Image1). The Google Drive folder where the images saved are set as viewable by "Anyone with the link" (refer Image2).
In the google Appsheet, the "Image" column type is set as "Image" and also tried with "Show"
Under the view, I have set "Main Image" as "Image" column.
I have been trying to follow the post below to resolve this issue but still not working:
May I know how I can fix this?
In your situation, how about modifying the endpoint of the image file as follows?
https://drive.google.com/uc?export=view&id={fileId}
https://drive.google.com/thumbnail?sz=w1000&id={fileId}
w1000
.{fileId}
is publicly shared, I confirmed that the image could be shown in the Apps Sheet by reflecting the above modification.