Reputation: 167
Does any one know
How to get list of users and groups from Google Apps Account? (with some APIs which are not deprecated now)
Perform basic operations on files inside any normal users Drive account using Administrator account of Google APPs using Google Drive SDK in .NET.
Thanks
Upvotes: 1
Views: 531
Reputation: 15024
1) You can use the Provisioning API to retrieve the list of users and groups in a Google Apps domain: https://developers.google.com/google-apps/provisioning/
2) Check Google Apps domain-wide Delegation of authority: https://developers.google.com/drive/delegation
Upvotes: 1