Host website in Google Drive


Google drive

Recently, Google added an exciting feature to Google Drive “web hosting!” It allows you to host a website build on html , css , js in google drive build a website. And did I mention that it’s free?

Yep, it’s just one of the little perks that comes with a Google account.

You can see the live demo of my sample web page hosted in google drive
https://googledrive.com/host/0BwA2EsYXn4Xea0huYzNrLWlwbkk/index.html

In this post i explain you to host a website in google drive

Requirements

  • A google account
  • Text editor / WYSIWYG editor for editing html / css / js

Step One: Prepare your website
Create your html website , you can use css stylesheets , javascripts just use relative path for all css , js and images

Your relative path to a file within the same folder as your .html file is just the file’s name.

Like this:

 background-image: url(asvignesh.png);

If you’re building something a bit more complicated, you may want to organize your files into image, CSS, and JavaScript folders to keep things tidy. Your relative path to an image in a separate folder would look like this:

background-image: url(images/asvignesh.png);
 <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
 <link rel="icon" type="image/ico" href="images/favicon.ico" />

If you’re using any external files in your website, like jQuery library from google CDN or a web font hosted, link to the secure version(https:) of that file (if possible). if you have any insecure links your visitors may get security warnings when they visit your site
SSl error

Step Two: Add Your Website to Google Drive
Install google drive and copy files in drive folder and sync it
or
Use web version , upload folder / files
upload file to google drive

you can use any of the way to add your website to google drive but the fastest way to upload a folder to Google Drive online is with the Chrome browser, since Chrome allows you to upload whole folders.

Step Three: Make Your Site’s Folder Public
Once you’ve got your website’s folder in Drive, you’re just a few clicks away from publishing!

Go to the Drive website and click the checkbox next to your folder’s name. Click the “Share” button above (it looks like a person with a plus sign next to their head).
share button in drive

On the next screen, under “Who Has Access”, click the “Change” link next to the default “private” setting
change settings of files in google drive

On the next screen, set the “Visibility Options” radio button to “Public on the web” and and Access to anyone “can view” , then press the green “Save” button.
access to public

Step Four: Get Your Page URL
Once you set the public access to the web folder you are ready to share your website , to share your website get the url
Go into your website’s folder through the web-based Drive interface and click on your index.html file. Drive will open the file in a lightbox screen. Click the “Open” button at the lower right corner of the screen.
open file in google drive

Once your file is open, click the “Preview” link near the top of the screen.
preview file in google drive

The preview link will take you to your live page

asvignesh site hosted in google driveYes you are done , copy the url and share with your friends

One comment

  1. I don’t even understand how I finished up here, but I believed this publish was great.
    I don’t understand who you might be but certainly you’re going to a well-known blogger for those who aren’t already.

    Cheers!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from

Subscribe now to keep reading and get access to the full archive.

Continue reading