Host HTML5 game on Google Drive?

All I get is a list of files when I access the host URL. Did I miss anything?

Ok, turns out that using the default.htm document generated from the build won’t work. Make sure to rename it to index.html.

Also, note that Google Drive hosting services will be depricated in August 2016.

I’m trying it as we speak, but it’s not working… :confused:
I uploaded the entire folder, renamed the HTML file to “index.html” and nothing…

the files hadn’t uploaded… now they have, but I get the menu buttons to the side, and nothing else… The game doesn’t load

If ur launching locally you have to run the launchhelper and run the game from localhost:8000/index.html

if outside, put the url of the index.html in an iframe and it should run technically. Quality loss is another problem though, I haven’t figured it out myself yet so can’t help you there.