You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, although https://www.googleapis.com/auth/drive.readonly and https://www.googleapis.com/auth/admin.directory.user.readonly scopes are granted to the service account I'm getting Error: error creating service: unable to retrieve users: googleapi: Error 403: Not Authorized to access this resource/api, forbidden
Could it be that another scope is needed or I'm not doing it the right way?
The text was updated successfully, but these errors were encountered:
I think I found the reason for this - the domain admin must have some specific rights. I tried with my account, I have soma admin rights but I'm not a super admin and goth the error above. I tried with a super admin account and it seems to be working.
Hi,
For some reason, although
https://www.googleapis.com/auth/drive.readonly
andhttps://www.googleapis.com/auth/admin.directory.user.readonly
scopes are granted to the service account I'm gettingError: error creating service: unable to retrieve users: googleapi: Error 403: Not Authorized to access this resource/api, forbidden
Could it be that another scope is needed or I'm not doing it the right way?
The text was updated successfully, but these errors were encountered: