Files
learning-garden/sources/google-workspace-setup.md
psb-gemma 8d40f7c165 Phase 2 baseline: full wiki clone with silo audit manifest
Audit summary: 2890(73), PSB(86), Hacker(40), shared(71), agent(10)
Pre-migration snapshot from openclaw-wiki tag: pre-migration
2026-05-14 01:21:23 +00:00

1.7 KiB

pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status
pageType id title sourceType sourcePath ingestedAt updatedAt status
source source.google-workspace-setup Google-Workspace-Setup local-file /home/topher/.openclaw/workspace-2890-bot/docs/Google-Workspace-Setup.md 2026-05-02T21:23:26.580Z 2026-05-02T21:23:26.580Z active

Google-Workspace-Setup

Source

  • Type: local-file
  • Path: /home/topher/.openclaw/workspace-2890-bot/docs/Google-Workspace-Setup.md
  • Bytes: 1032
  • Updated: 2026-05-02T21:23:26.580Z

Content

# Google Workspace (gog) Setup

## Binary Location
```
/usr/local/bin/g
```

## Account
**hawkcollective@gmail.com** (Team 2890)

## Setup Commands (run manually)

```bash
# 1. Check version
g --version

# 2. Configure OAuth credentials (need client_secret.json from Google Cloud)
g auth credentials /path/to/client_secret.json

# 3. Add account with all services
g auth add hawkcollective@gmail.com --services gmail,calendar,drive,contacts,sheets,docs

# 4. Verify auth
g auth list

# 5. Test Drive access
g drive ls

# 6. Test Calendar
g calendar list
```

## Usage Examples

```bash
# Drive: List files
g drive ls --max 20

# Drive: Search
g drive search "team2890" --max 10

# Calendar: List events
g calendar events <calendarId> --from 2026-03-14 --to 2026-03-21

# Gmail: Search
g gmail search 'newer_than:7d' --max 10

# Sheets: Get data
g sheets get <sheetId> "Tab!A1:D10" --json
```

## Notes
- Binary is at `/usr/local/bin/g` (not `g`)
- Account: hawkcollective@gmail.com
- Need OAuth setup via Google Cloud Console first

Notes

  • No related pages yet.