0

I need to access google drive of all the user by admin account token using Gsuit API.

Using Google Apps Admin SDK API I can access information of all account but unable to access their Drive.

I have seen admin can access google drive of all the users by admin console UI,but unable to find API for same. I can access google drive from individuals access token with this API ,but not of all users by admin token,can any one please help me into this.

1 Answers1

1

In this scenario, you should use google service accounts for domain wide delgation of authority.

Please follow the link -- https://developers.google.com/identity/protocols/OAuth2ServiceAccount

Kunal Chawla
  • 119
  • 1
  • 8