1

Does any one know

  1. How to get list of users and groups from Google Apps Account? (with some APIs which are not deprecated now)

  2. Perform basic operations on files inside any normal users Drive account using Administrator account of Google APPs using Google Drive SDK in .NET.

Thanks

4

1 回答 1

1

1) 您可以使用 Provisioning API 来检索 Google Apps 域中的用户和组列表:https ://developers.google.com/google-apps/provisioning/

2) 检查 Google Apps 域范围的授权:https ://developers.google.com/drive/delegation

于 2012-12-01T21:15:43.420 回答