redo delegation docs from pull request

This commit is contained in:
Steven Bazyl 2013-09-10 15:31:24 -07:00
parent 2a3965d976
commit d85ee643d6
1 changed files with 4 additions and 0 deletions

View File

@ -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`