clickonce - Does Google Drive Web Hosting work privately on Google Apps Accounts -


use case

i use google drive quite heavily in organisation (through google apps) collaborate different teams on documents etc. saw google drive allows host web content directly on it. have made small .net application need host locally our test teams pick up. different use case, keep our content in 1 place, try host click once installer on drive, along publish.htm providing latest version @ times our test teams , others. have limited experience clickonce deployment in .net, have done in past on hard drives , servers.

restrictions

one limitation not want make public, described in of tutorials found online here , here. wouldn't mind keeping public within organisation, link visit , download application (this helps provide people in our organisation no access development servers etc. in future).

2 key things need understand:

  • does hosting work locally within organisation on drive (or in pipeline drive sdk). if yes, how process different hosting using public.

  • how generate link clickonce publish.htm

publishing works differently sharing , cannot restrict access published files or folders. sharing lets restrict access file cannot make direct access file might not solution use case.

if want use drive privately host files, use google drive sdk. here quickstart of how start c# project. then, share file across organization , use files.get() retrieve downloadurl of file , download content directly. sample code of getting downloadurl , content available in c# in following documentation.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -