Troubleshooting Group Settings and Admin SDK API Calls Failure #422
Gisselle-Guzman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Has anyone encountered this error before?
/usr/local/lib/python3.11/dist-packages/scubagoggles/provider.py:457: RuntimeWarning: Exception thrown while getting group settings; outputs will be incorrect: 'NoneType' object is not iterable warnings.warn(
Been troubleshooting for days. I think this issue is related to the error I am seeing in the report.
I added the recommended Google OAuth Scope APIs associated with the error and the recommended OAuth Scopes from the CISA Scuba documentation to the OAuth Consent Screen.
https://apps-apis.google.com/a/feeds/groups/
https://www.googleapis.com/auth/admin.directory.group
https://www.googleapis.com/auth/admin.directory.group.readonly
and
and
https://www.googleapis.com/auth/admin.reports.audit.readonly,
https://www.googleapis.com/auth/admin.directory.domain.readonly,
https://www.googleapis.com/auth/admin.directory.group.readonly,
https://www.googleapis.com/auth/admin.directory.orgunit.readonly,
https://www.googleapis.com/auth/admin.directory.user.readonly,
https://www.googleapis.com/auth/apps.groups.settings
Not sure what else I can do here ? Any advice would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions