Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.