I have a C# web application and I want clients to allow files insert/ update/ delete files with automatic authentication using google api client library. My first question is whether it is possible possible or not using "Service account" or any other technique.
I have started things like:
- Enabled 2 APIs Drive API and Admin SD
- Created a project in the Google Developers Console
- Created API keys and OAuth 2.0 client IDs for the project
- Installed PM> Install-Package Google.Apis.Drive.v2 for my web app. The dll version is showing v4.0.30319 and my .net framework is 4.0