Not displaying Image from google sheet Image URL column

Hi All,

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). 

Image 1
Quan_W_0-1714312959959.png

Image 2

Quan_W_8-1714314317650.png

In the google Appsheet, the "Image" column type is set as "Image" and also tried with "Show"

Quan_W_4-1714313380594.png

Under the view, I have set "Main Image" as "Image" column.

Quan_W_6-1714313875264.png

I have been trying to follow the post below to resolve this issue but still not working:
1. Help with static image from Google drive and Use data from Google Drive
Base on this post, I have ensure my URL is in the format "https://drive.google.com/uc?export=view&id={fileID}"
2. Display images, documents, and audio files
I have turn off "Require Image and File URL Signing"

Quan_W_7-1714314090279.png

May I know how I can fix this?

 

 

Solved Solved
0 1 120
1 ACCEPTED SOLUTION

I have gotten a solution from another form as I was having trouble to post my question here last week. Sharing the solution here so that others can benefit:

From:
https://drive.google.com/uc?export=view&id={fileId}

To:
https://drive.google.com/thumbnail?sz=w1000&id={fileId}

This endpoint is from this.
You can adjust the image size by w1000.
When the file of {fileId} is publicly shared, I confirmed that the image could be shown in the Apps Sheet by reflecting the above modification.

View solution in original post

1 REPLY 1

I have gotten a solution from another form as I was having trouble to post my question here last week. Sharing the solution here so that others can benefit:

From:
https://drive.google.com/uc?export=view&id={fileId}

To:
https://drive.google.com/thumbnail?sz=w1000&id={fileId}

This endpoint is from this.
You can adjust the image size by w1000.
When the file of {fileId} is publicly shared, I confirmed that the image could be shown in the Apps Sheet by reflecting the above modification.

Top Labels in this Space