Yes just make your file public sharable anyone can view.
Publish webpages with Google Drive
You can make web resources like HTML, CSS, and Javascript files viewable as a website with Google Drive.
Note: Google Drive does not support web resources that use server-side scripting languages, like PHP.
Go to drive.google.com.
Select a file.
At the top, click Share.
At the bottom right of the sharing box, click Advanced.
Click Change?
Click On - Public on the web and then Save.
Copy the document ID in the field below "Link to share." The document ID is made up of numbers, uppercase letters, and lowercase letters between slashes in the URL.
Share the URL that looks like "www.googledrive.com/host/[doc id]. Anyone can now view your webpage.
Note: [doc id] represents the document ID you copied earlier.
Get your shared image link and copy the Doc ID "0B4yIGaX6VvYYSGZSUlBRekQ5b1k"
Code:
https://drive.google.com/file/d/0B4yIGaX6VvYYSGZSUlBRekQ5b1k/view?usp=sharing
This URL will show as if the file is hosted
Code:
www.googledrive.com/host/[doc id]
The result
Code:
www.googledrive.com/host/0B4yIGaX6VvYYSGZSUlBRekQ5b1k
