Files
learning-garden/sources/google-workspace-setup.md
psb-gemma 47a8b40fdb Add growth state frontmatter to all 280 wiki files
TREE(74): training modules, entity profiles, 2890 references, keyword indices
SPROUT(42): knowledge pages, project docs, curated source material
SEED(164): daily notes, raw session logs, unprocessed material

Updated AUDIT_MANIFEST.json with growth classifications.
2026-05-14 01:27:59 +00:00

1.7 KiB

pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status, growth
pageType id title sourceType sourcePath ingestedAt updatedAt status growth
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 seed

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.