Thanks - but this is a solution to a different problem. My images are not coming from my Google Drive, but from the normal standard Google image search. I get a ‘click to copy link’ - which works in a browser. But when I paste this into my app it does not work.
Thanks for the suggestion though, @gvalero - likely to come in useful another day!
Well, anytime you hotlink to www.some-random-domain.com/some_random_image.jpg, you have zero control over whether or not the link remains valid. It could stay there forever, or it could disappear in 5 minutes.
So always better to upload to Glide storage
PS. If you click on that link, I will have proven my point
Unsplash can be expected to be a bit more reliable, as it’s in the business of serving images. I’m more referring to random images that you find using Google search that are embedded in random websites (and probably copyright protected, in many cases). Anytime I want to use one of those (not the copyright protected ones, obviously ), I’ll download the image and upload it to Glide. Then I know it’s not going to disappear one day. And if it does, then we have a whole different problem to deal with
you know what it’s happened to me on a few occasions. Weird thing is sometimes they even cause sheet data to disappear or change form and even colour. Once I thought some1 had access to my account. Hmmm now it’s all making sense.
@Darren_Murphy 's suggestion worked. I think this 'copy image address" used to be disabled when I looked ages back so I had not tried it again. Now I can get the image link within Google image search with a right click, and then it pastes in the link to the underlying image. This should also be safer than using a Google link…
and it reminds me that I need to maybe add error checking into my sheet a bit more (checking if links work with Google sheet formulas, etc).