aflatoon
aflatoon

Reputation: 279

How to upload unity web-player game to Google drive?

I want to know how can i upload my webplayer game to Google drive. I see several game are working on Google drive my games are uploaded to dropbox but i also want to upload on google drive

Upvotes: 6

Views: 13119

Answers (2)

yusufmalikul
yusufmalikul

Reputation: 548

Now you can't.

Beginning August 31, 2015, web hosting in Google Drive for users and developers will be deprecated. Google Apps customers can continue to use this feature for a period of one year until August 31, 2016, when serving content via googledrive.com/host/doc id will be discontinued.

Source

Upvotes: 0

Max K.
Max K.

Reputation: 354

Follow this tutorial for hosting a webpage on google drive:

https://support.google.com/drive/answer/2881970?hl=en

Complete steps:

  1. Upload a folder with your build (.html and .unity3d file) on google drive

  2. Share this folder with "anyone on the internet". Right click -> Share -> Advanced -> Public on the web -> Done

  3. Get shareable link of your html file (inside shared folder). Right click -> Share -> Get shareable link

  4. Copy the ID from this link (which looks like this https://drive.google.com/file/d/[here_goes_your_id]/view?usp=sharing) to this template: https://googledrive.com/host/[here_goes_your_id] which will be the link to your game.

Upvotes: 6

Related Questions