For example
You have an image file on your google drive that anyone can view. If you right click on the file at "GetLink", you will get this:
https://drive.google.com/file/d/1bTfY-Np3v4bHhRJOh1WJV9virrxmezJ7/view?usp=sharing
you need to change the url as below.
you will need this in your cell to show the image:
=image("https://drive.google.com/uc?export=view&id=1bTfY-Np3v4bHhRJOh1WJV9virrxmezJ7")
and this as a url to access the file from the app (place in the next cell)
https://drive.google.com/uc?export=view&id=1bTfY-Np3v4bHhRJOh1WJV9virrxmezJ7
