I have a simple question, but I still have not found the exact reference to solve it. I just know there's a possibility.
I want to host an image for an HTML in Google Drive to be accessible by the URL. So, my HTML will look something like this:
<img src="Url_Google_Drive" alt="example">
URL would be something like this: link
However, using the URL generated on the google drive share does not exactly work when loading HTML.
I know I have a parameter (probably 'open?') in the URL that should be changed to work correctly but I did not find which parameter is.
Would you please let me know?