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
Unable to create groups : safire add members "" [email protected]
Traceback (most recent call last):
File "/usr/local/bin/safire", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 697, in main
fire.Fire(Commands)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 138, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 468, in _Fire
target=component.name)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 672, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 467, in members
group_list = self._list.groups(group_filter, file_tag, group_token, prt)
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 146, in groups
grouplist = svc.groups().list(customer="my_customer").execute()["groups"]
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/http.py", line 915, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://admin.googleapis.com/admin/directory/v1/groups?customer=my_customer&alt=json returned "Not Authorized to access this resource/api". Details: "Not Authorized to access this resource/api">
The text was updated successfully, but these errors were encountered:
Unable to create groups : safire add members "" [email protected]
Traceback (most recent call last):
File "/usr/local/bin/safire", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 697, in main
fire.Fire(Commands)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 138, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 468, in _Fire
target=component.name)
File "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 672, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 467, in members
group_list = self._list.groups(group_filter, file_tag, group_token, prt)
File "/usr/local/lib/python3.7/dist-packages/safire/safire.py", line 146, in groups
grouplist = svc.groups().list(customer="my_customer").execute()["groups"]
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/http.py", line 915, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://admin.googleapis.com/admin/directory/v1/groups?customer=my_customer&alt=json returned "Not Authorized to access this resource/api". Details: "Not Authorized to access this resource/api">
The text was updated successfully, but these errors were encountered: