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 924
  • 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