Image URL to open in Google sheets

All my apps use CONCATENATE(“https://www.appsheet.com/template/gettablefileurl?appName=”, ENCODEURL(“ABC”), “&tableName=”, ENCODEURL(“Appsheet APP”), “&fileName=”, ENCODEURL(“Image Name”)),“”)etc to get the url (in Google Sheets )of the image stored in Appsheet that has worked fine till recently. Now all my apps are down because the formula no longer gets the url. Is there some new way to get the url to display the image in Google sheets?

1 Like

Call to Action for Apps Constructing URLs to GetTableFileUrl Announcements

We recently made a security enhancement wherein image and file type columns have signed URLs generated for them. This enhancement prevents an app user from changing the table name or file name parameters in order to access app files that they should not. In the near future, we are going to start requiring calls to the gettablefileurl and getappfileurl endpoints to have valid signatures. What does this mean for you? If you have an app where you are manually constructing a link to a gettablefileu…