This is a code snippet from my .js project, which is being used in another .js, html & css file:
projects: [
{
image: "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Google_Assistant_logo.svg/1200px-Google_Assistant_logo.svg.png",
},
{
image: "https://drive.google.com/file/d/17HUtCYyVrcnSHQrAEchacigQ5lInkocL/view?usp=sharing",
}
]
The image on the first links works but the second (Google Drive) doesn't. There is no image shown for that link. I also tried a couple of image hosting websites but nothing seems to work. How can I get a correct link for other images? Is there any other place I can save my image except Google Drive?