asp.net - Using Google Drive Realtime API in context of a service account -


I'm looking at creating a small ASP.Net App that allows online collaboration on simple documents.

I have created a test app that uses to upload and access files in Drive for my Google Apps account. I want to use a service account because the ideas I am working with will not be able to prove if colleagues have to be certified with Google Accounts.

The tutorial on the link that is checking the next step uses a web application client id and you are required to authenticate your Google Account before editing the example text file.

Do you know that it is possible to use a service account here so that changes are made in an anonymous context? If so, can you tell me an example because my Google searches are not helping.

Real-time API does not allow anonymous access. All users must have a Google Account


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -