Skip to content

Commit d7bd712

Browse files
author
Sergio Gomes
committed
Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface
2 parents 1e24050 + d85ee64 commit d7bd712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ client.authorization.fetch_access_token!
107107
client.execute(...)
108108
```
109109

110+
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
111+
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).
112+
113+
110114
### Batching Requests
111115

112116
Some Google APIs support batching requests into a single HTTP request. Use `Google::APIClient::BatchRequest`

0 commit comments

Comments
 (0)