I'm trying to write my first .NET application using Google API.
I want to write a C# server side application (it is not a web server!). This application is just like a console application that, FOR A SPECIFIC GOOGLE ACCOUNT (always the same account), each 10min connects to his google drive space, first read then parse and finally delete a specific drive folder contents.
Since I'm new to Google API I'm experiencing several problem in understanding how to connect and auth my server application without prompting (since this is a server app) any browser popup to authorize the operation.
Would you please provide some explanations and/or examples?
Thanks in advance. Regards.