Display images outside the appsheet

Hi, I don't really believe it, but...

in the appsheet I have a column of type Images, I use this to store photos for recording. The path to this photo is saved in the database, e.g. /Files/06220835/17979aa0/Images/08/14/2024//043ca695.PictureOfProblem.113313.jpg

I have the data stored in my own MySQL.
Is there any way to display photos outside the appsheet, e.g. on the web, using only the stored relative path to the photo file?

Or any idea?

Thanks.

Solved Solved
0 4 174
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5
4 REPLIES 4

Steve
Platinum 5
Platinum 5

Not easily.

Google script code that will create a public URL for each saved image and save it in a new column? Could this be the right way?

I can't say as I have virtually no experience with Apps Script.

Maybe my understanding of the requirement is totally incorrect, but are you by any chance looking at the approach described in the following section of the article referenced below?

However the solution mentioned in the  article does not use the following approach as you have mentioned 


@Witan wrote:

using only the stored relative path to the photo file?


 

Anyway here is the section in the article :

"Turn on external URLs for image files"

Display images, documents, and audio files - AppSheet Help

 

 

Top Labels in this Space