Skip to main content

Command Palette

Search for a command to run...

Host images via Google Drive

Published
2 min read
Host images via Google Drive
C

I'm a full-stack developer from South Africa 🇿🇦. I love writing about JavaScript, HTML and CSS.

The other day I was playing around with some image effects and needed a place to serve them from an online place.

Don't get me wrong I know there are many tools and websites to do this for you. Yet I learned that Google Drive can also be one of these options.

As a person who owns unlimited storage, it was worthwhile giving it a go.

Hosting public images on Google Drive

So today I'll be showing you how to host images on Google Drive and have them available for everyone.

Firstly open your Google drive and upload an image.

For this purpose, it doesn't matter if it's in a folder or not.

File uploaded in Google drive

That's part one, now we can click the picture and select the sharing option.

Google drive share button

I changed the option to everyone with the link just to be on the safe side, you'll get a link like this:

https://drive.google.com/file/d/10YD7sJI_HHDXmQM4h96alvyGIU53nGYZ/view?usp=sharing

The part after the /d/ is what we are looking for, as it's the unique ID of the image.

We can copy the unique ID and paste it into the following URL.

https://drive.google.com/uc?id={ID}

So in our case, we get a link like this:

https://drive.google.com/uc?id=10YD7sJI_HHDXmQM4h96alvyGIU53nGYZ

And we are able to use the image as such:

Image of yes I do

And that's it, you're now able to use your Google Drive as a way of hosting images for you.

Thank you for reading, and let's connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

S

Thanks for this idea, bookmarked!

3
C

Awesome, looking to do some more on the drive API

S

This is cool!!

3
C

Thanks glad you like it!

1

More from this blog

D

Daily Dev Tips

887 posts

Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊