Google Drive Image Direct Link
Skip the Google Drive preview page and get a raw image URL for your websites or social media.
Your image will appear here
Tool Features
Direct Hosting
Use Google Drive images directly in your `img` tags without redirects.
Dynamic Resizing
Modify output size on the fly by appending width/height parameters to the URL.
Multiple Formats
Full support for PNG, JPG, JPEG, and GIF files stored in your Drive.
Why use direct links?
Google Drive's standard shared links take users to a special preview page. While useful for humans, these pages are incompatible with <img> tags or CSS backgrounds. By converting them to direct links, you can use your Google Drive as a lightweight image hosting service.
How it Works
- Open your file in Google Drive, click Share, and ensure "Anyone with the link" can view.
- Copy the link and paste it into the converter above.
- Optionally set dimensions to let Google's servers resize the image for you before download.
- Copy the generated
lh3.googleusercontent.comlink.
Pro Tip: Dynamic Resizing
Google's image servers support a hidden parameter. By adding =sXXXX to the end of the URL, the image will be resized to a maximum width/height of XXXX pixels on-the-fly, which is great for performance.