Is it possible to deploy a Cesium web-page on a Google Drive?

Is it possible to deploy a Cesium web-page on a Google Drive?
Or, does AGI provide a server for hosting Cesium web-apps?

If deploying a Sandcastle derived web-app on a Google drive, what are the references, i.e:
    <base href=?
    <script type="text/javascript" src="?/Sandcastle-header.js"></script>
    <script type="text/javascript" src="?/ThirdParty/require.js"></script>
    baseUrl : '?/Source'
    @import url(?/templates/bucket.css);
Considering that other references will be to 3D models located in local sub-directories.

I haven’t tried the google drive approach. Have you considered github pages? It’s an easy way to deploy simple client side only Cesium apps. Example here…

repo: https://github.com/NICTA/cesium-oculus-plugin

hosted app: http://nicta.github.io/cesium-oculus-plugin/

Chris

Thanks! I’ll give it a try.

When deploying the web-app at GitHub does one upload all of the Cesiumjs code libraries or reference the code that is stored elsewhere at GitHub?

A simple way is to just have the minified Build/Cesium dir (e.g. downloaded from https://cesiumjs.org/downloads.html ) in a subdir within the repo. This way it is self contained.

e.g. https://github.com/NICTA/cesium-blockworld