'Unable to load image from google drive to colab

Very simple problem, I have an image, accessible to everybody, which sharable link is this one

Now, I want to add this image to a python notebook on colab, so I followed other questions here on StackOverflow, which says that I have to enable the view to everybody:

enter image description here

(I know it's italian, but believe me that it's written "allow to everybody")
Then manipulate a bit the link, and I should be good to go...

but without luck

I'm adding a text cell with the following content:

<img src="https://drive.google.com/?export=view&id=1_KnOKKp0FTjZrgzio8jiU_9zqXfyN_NO"/>

However, this is the result:

enter image description here

If I open that link on a browser, it's fine



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source