Jeevan
Jeevan

Reputation: 167

List Google App Users and handle Select\Update\Delete operations on users Drive using Admin account(.NET)

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

Upvotes: 1

Views: 531

Answers (1)

Claudio Cherubino
Claudio Cherubino

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

Related Questions