I went to use my app today and was asked to re auth via google.
I have not used it for a while to make an edit to the data.
I was also getting a trigger error for a appscript on the google sheet not being authorised.
Authorization is required to perform that action.
I re authorised it via running the function in Appscript. ( it is only a clean up script to clear blank entries )
The app acts as a cms, where it adds details about DJs and an image of them to show up on our website.
The images are stored in google drive and Appsheet copies the file to the Apps data folder.
Require Image and File URL Signing = Off.
Access mode = app creator
images are referenced : [image id].[imageUrl]
All the old images show up fine in the preview and also in my custom preview, including the new one i added today.
( custom preview note the custom preview uses the image data and not the url. )
All the old image show up on the website but not the new one I added today.
I have a clone option where I can clone an entry. When I do this the clones show the original images ok but if I then edit the clone to show a new image, it still shows the old image?.
This is an original image url in the google sheet
Image_Images/adec4ffc.About Banner Image.211410.jpg
on site
When I clone it , the google sheet shows the new clone url
Image_Images/9f6d1aed.About Banner Image.232150.jpg
on site it stays the same as above but should be this.(podcast image)
Also when looking at the Table data, all images show as expected and the image file names are correct when I also inspect their src.
But no matter what I do new images will show up in the public website
I do not get any errors.
It seems like Appsheet is doing something odd since I last added any DJs/Images
For the life of me I cannot figure out what is going on , Any help would be much appreciated.

