I have an image stored on google drive that has been shared so that anyone can view.
I am using the following HTML code to apply it to the sidebar in google sheets:
<img alt="Add-on logo" class="logo" width="40"
src="https://drive.google.com/open?id=1gQLj2pwsPTkBANEJa19FSWN5X7uPvSKC/globe_noglow.png">
All I get is "Add-on logo" where I am expecting the logo to be.
Please, can you advise why it will not show?