Reputation: 279
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
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.
Upvotes: 0
Reputation: 354
Follow this tutorial for hosting a webpage on google drive:
https://support.google.com/drive/answer/2881970?hl=en
Complete steps:
Upload a folder with your build (.html and .unity3d file) on google drive
Share this folder with "anyone on the internet". Right click -> Share -> Advanced -> Public on the web -> Done
Get shareable link of your html file (inside shared folder). Right click -> Share -> Get shareable link
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