Skip to content

Troubleshooting or FAQ

Drive-Shift Bot edited this page Jul 5, 2026 · 1 revision

Troubleshooting & FAQ

1. Re-authentication prompt after 7 days

  • Symptom: Connected Drive accounts fail with invalid_grant.
  • Reason: Google automatically expires refresh tokens after 7 days for OAuth Apps in "Testing" mode.
  • Fix: Simply click the reconnection chip on the dashboard. This is expected Google behavior.

2. Drive API Rate Limits (403 Limit Exceeded)

  • Symptom: File transfers slow down or pause with warning badges.
  • Reason: Exceeding Google's user rate limits (10,000 queries per 100 seconds).
  • Fix: The backend automatically reduces worker pool concurrency and uses exponential backoff.

Clone this wiki locally