0

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:

  1. Please suggest me a way I can automate Google authentication.
  2. Is there anything like google enterprise solution such that an admin account can look into any account in that organization?
4

1 に答える 1

1

Google Apps ドメイン全体で権限の委任を実行して、Google Apps ドメイン管理者がドメイン内のユーザーの 1 人に代わってデータにアクセスできるようにすることができます。これは Google Apps ドメインでのみ機能し、gmail.com アカウント (ドメイン管理者の役割がない) では機能しません。この機能の詳細については、https://developers.google.com/drive/delegationをご覧ください。

于 2013-04-03T16:55:48.907 に答える