Skip to content

Commit d85ee64

Browse files
committed
redo delegation docs from pull request
1 parent 2a3965d commit d85ee64

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)