Image doesnt work

i want to insert an image stored in drive to obsidian as just a link

in drive i have the configuration the folder containing that image anyone with the link can view

for example

![Ubuntu](https://drive.google.com/file/d/1YYBsMflotyqiYsVMCF-gcehbi0AJqDHr/view?usp=drive_link)

but in obsidian just appear

with Imgur works perfectly

![Ubuntu](https://i.imgur.com/fFx8Old.png)

Ubuntu

i can upload to imgur but i would like to store my images in Google Drive i can do it with Google Photos plugin but i would have to share my credentials to everyone if want to share it so there is a way to do it?

I don’t know the path for google drive images, but local images are formatted like this:

![my otter Win](<file:///C:/Users/USER/PathTo/MyFolder/otter.jpg>)

![my otter macOS](<file:///Users/USER/PathTo/MyFolder/otter.jpg>)

1 Like

but in this case i dont want store the images in my system that is the reason to store it in the cloud and just use a link to view the image in obsidian. if i store the images in the system the vault it would be heavy otherwise if store it in cloud it would be small size

1 Like

This doesn’t look like an external .png or .jpg link to me. Good luck!

1 Like

I used: ![](https://lh3.googleusercontent.com/drive-viewer/AFGJ81qj5iWiZnwDKduD2gOqOyQYYlzd7EvbjG7Hdx8inwOkaVU4fS7y9AuBa7P_7dEgb75qhRqhcSD7_hG8StvGqAAu5iIB=w2378-h1484)

And see:

Copied the image address using the web inspector in Safari.

1 Like

its the solution but i dont have safari :joy: :joy: i will try to do it with firefox or chrome but thank you i will have to try simulate it :grinning:

1 Like

Solution using chrome
remember folder containing files have to be in anyone with link can view
open the full view of the image settings-> more tools-> develover tools → look for

lh3.googleusercontent.com then just copy link inside u/0/drive-viewer

1 Like

with this you can do a simple plugging to store images in drive and use it in obsidian

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.