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
I saw the following issues about groups: https://github.com/thephpleague/oauth2-google/issues/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#pythonHow is this supported with this library ? @shadowhand