Google Drive files are shared out via a unique (and random) URL when uploaded. Is there a way to upload an image via a Sheets formula that uses the file path of the image, NOT the sharing URL?
Instead of using: https://drive.google.com/file/(sharing link)
The formula would use something like: Drive/Test/img.png or Drive/Test/img.gif
I have noticed that within the help for the IMAGE function in Google Sheets it explicitly states that you cannot use images hosted at drive.google.com but I'd like to know if there's another way to accomplish this.