How to Batch ACL Request in Drive

2019-03-04 03:29发布

The Document List API allows you to batch ACL requests to save bandwidth.

Is there a similar capability using the Drive API?

1条回答
混吃等死
2楼-- · 2019-03-04 03:44

There is a generalized batching solution in the new APIs and supported with Drive. See Is there a way to make batched calls using the Drive SDK? for an example of how to batch requests with Python. Most, if not all of the current API clients have batch support.

查看更多
登录 后发表回答