rowboat/apps/x/packages
Ramnique Singh acff502f42 fix: stop Gmail sync from throwing "No refresh token is set" in rowboat mode
In rowboat OAuth mode the OAuth2Client is built without a refresh_token
because refreshes go through the api. google-auth-library's default
5-minute eagerRefreshThresholdMillis caused it to attempt a refresh
whenever a Gmail call landed within 5 minutes of token expiry, throwing
"No refresh token is set." before our proactive 60s-margin refresh
could run. Disabling the eager window lets our getClient() refresh path
own all refreshes as the comment intends.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 13:21:05 +05:30
..
core fix: stop Gmail sync from throwing "No refresh token is set" in rowboat mode 2026-05-08 13:21:05 +05:30
shared feat: tracks — frontmatter directives, sidebar UI, multi-trigger 2026-05-07 18:17:26 +05:30