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
I'm getting an error Not Authorized to access this resource/api.
According to some research, it seems like that the api can only be requested by admins. (I tried with an admin and it works).
If I want to do it with a non-admin user, it require impersonating https://developers.google.com/admin-sdk/directory/v1/guides/delegation#python
How is this supported with this library ? @shadowhand
The text was updated successfully, but these errors were encountered:
I saw the following issues about groups: #86
When connecting to google with oauth, I added the scope
Then I try to access to
I'm getting an error
Not Authorized to access this resource/api
.According to some research, it seems like that the api can only be requested by admins. (I tried with an admin and it works).
If I want to do it with a non-admin user, it require impersonating https://developers.google.com/admin-sdk/directory/v1/guides/delegation#python
How is this supported with this library ? @shadowhand
The text was updated successfully, but these errors were encountered: