github.com/place-labs/google-permission-checker
master / published Jun 29, 2020 / repository
checks if placeos permissions are in place for google operations
Google Permission Checker
Usage
crystal build ./src/checker.cr
# Check we can list the users calendars
checker -f auth.json -u user@domain.com
# Check we can get events from a resource calendar
checker -f auth.json -u user@domain.com -r domain.com_1884i1fih@resource.calendar.google.com
# Check the service user
checker -f auth.json -s admin@admin.domain.com -d domain.com
API
This version publishes no documented types.