Requirement:
I want to access the Google drive documents of a particular user programmatically(being someone@gmail.com is his email id).
Present Condition:
I am using Google drive SDK to achieve this. The sample provided by Google launches a browser process with an URL which asks me to login with that user account and then give an authorization code to actually perform my tasks.
Problem:
I want to automate the entire process. I don't want any manual interaction in this process.
Findings: While hunting for the solution I got Use regular Google accounts as application-owned accounts which looked friendly to my solution.
Questions:
- Please suggest me a way I can automate Google authentication.
- Is there anything like google enterprise solution such that an admin account can look into any account in that organization?