How to impersonate a GoogleCredential in a google apps domain?
问题 I'm making an application wich allows the admin to manage the files of users in the google apps domain. Since the docList api is deprecated I used the Drive api. How I can create a Drive service as another user while logged in as admin? Some people suggested to use the OAuth consumer key. But I don't know how to implement this with oauth-2.0. 回答1: You might want to check out this post: Google Drive service account returns 403 usageLimits I used OAuth2 and a service account to accomplish