From d85ee643d632097bfa0afff7b15f3ae534955503 Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Tue, 10 Sep 2013 15:31:24 -0700 Subject: [PATCH] redo delegation docs from pull request --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d0eaf836..fa356923d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ client.authorization.fetch_access_token! client.execute(...) ``` +Service accounts are also used for delegation in Google Apps domains. The target user for impersonation is specified by setting the `:person` parameter to the user's email address +in the credentials. Detailed instructions on how to enable delegation for your domain can be found at [developers.google.com](https://developers.google.com/drive/delegation). + + ### Batching Requests Some Google APIs support batching requests into a single HTTP request. Use `Google::APIClient::BatchRequest`