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
Post a Comment