External URL for image files not working

I followed the guide here

https://support.google.com/appsheet/answer/10107317?hl=en#external-url-imageshttps://support.google....

to generate external URL for image files. I disabled the Require Image and File URL Signing. It used to work, but no longer. No modifications were made whatsoever. It suddenly did not work. I'm sure it is a bug somewhere. Can anyone rectify this?

I tried both below but did not work at all. Still getting error 404.

CONCATENATE(
  "https://www.appsheet.com/template/gettablefileurl",
  "?appName=", ENCODEURL(CONTEXT("AppName")),
  "&tableName=", ENCODEURL(CONTEXT("Table")),
  "&fileName=", ENCODEURL([image-or-file-column])
)



CONCATENATE( "https://www.appsheet.com/template/gettablefileurl", "?appName=", ENCODEURL(CONTEXT("AppName")), "&tableName=", ENCODEURL(CONTEXT("Table")), "&fileName=", ENCODEURL([image-or-file-column]) )

 Can anyone advise?

2 3 282
3 REPLIES 3

If the URL generation was working, you made NO changes and suddenly it stopped working, then you need to report this directly to AppSheet support.  There may have been a release that caused breaking changes.  Please contact support.

up

Users are reporting issues within the last 24 hours. AppSheets caching service is not playing well with Google Chart services, e.g. this QR code:

https://chart.googleapis.com/chart?chs=140x140&cht=qr&chld=L%7C0&chl=abcd1234

@Arthur_Rallu 

 

Top Labels in this Space