I am trying to open image files from google d...

I am trying to open image files from google drive in a web page, but the link does not correspond the link saved in database (part of folder + image file).

Which is the link part to concatenate with link saved in database?

0 3 965
  • UX
3 REPLIES 3

Please see the second half of this document to learn how to construct an image url from the file path for an image. help.appsheet.com - Displaying Images and Documents Displaying Images and Documents help.appsheet.com

@praveen

Hi there,

I got similar problem, followed

the instruction as =SUBSTITUTE(CONCATENATE(“https://www.appsheet.com/template/gettablefileurl?appName=",“AppName-Account#”,"&tableName=",“TableN...”,+ImageColumnCell), " ", “%20”)

and my formula is:

=substitute(concatenate(“https://www.appsheet.com/Template/gettablefilleurl?appName=SingleParts-738217","&tableName=","Part List”,“fileName=”,+O2), " “,”%20))")

but I getting 404 error:

Hmm… I’ve looked everywhere but couldn’t find that page.

need urgent help PLEASE

@praveen
I have a similar problem. i followed instructions here.

Namely, the following

=CONCATENATE(“https://www.appsheet.com/template/gettablefileurl?appName=”, ENCODEURL(" AppName-Account# “), “&tableName=”, ENCODEURL(” TableName "), “&fileName=”, ENCODEURL(+ ImageColumnCell ))

But I still get the following attached error.

Can you please confirm if appsheet still supports the advertised feature of viewing full page images in detail view for a google sheet image?

@Cars_Bits, @Pedro_Paulo_Sant_Ann did you figure it out?

Top Labels in this Space