I followed the guide here
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?