Fix Expired OAuth Tokens for Cloud Storage — Reconnect with RcloneView
OAuth tokens for Google Drive, Dropbox, OneDrive, and other providers expire periodically. Here's how to recognize the error in RcloneView and re-authenticate without losing your remote configuration.
OAuth-based cloud providers — Google Drive, Dropbox, Microsoft OneDrive, Box, pCloud, Yandex Disk, and others — grant access through tokens rather than passwords. These tokens have expiration policies: some refresh automatically for as long as the app remains active, while others expire after 90–180 days of inactivity or when the provider's security system detects unusual access patterns. When a token expires, RcloneView's sync jobs start failing with authentication errors that look alarming but are easy to fix.

Manage & Sync All Clouds in One Place
RcloneView is a cross-platform GUI for rclone. Compare folders, transfer or sync files, and automate multi-cloud workflows with a clean, visual interface.
- One-click jobs: Copy · Sync · Compare
- Schedulers & history for reliable automation
- Works with Google Drive, OneDrive, Dropbox, S3, WebDAV, SFTP and more
Free core features. Plus automations available.
Recognizing Expired Token Errors
Expired OAuth token errors appear in RcloneView's Log tab with messages like:
- Google Drive:
oauth2: cannot fetch token: 401 UnauthorizedorToken has been expired or revoked - Dropbox:
invalid_grantorToken is expired - OneDrive:
AADSTS70008: The refresh token has expired - Box:
401 Unauthorized: The access token provided has expired
The Transferring tab shows jobs failing immediately at 0% with no files transferred. The remote may also show as unreachable in the Explorer panel — browsing the remote returns an error instead of the folder listing.
Re-Authenticating Through Remote Manager
To refresh an expired OAuth token, go to Remote tab → Remote Manager, select the affected remote, and click Edit. In the remote configuration screen, locate the OAuth token section and click the re-authentication button (or clear the existing token). RcloneView opens the provider's OAuth authorization page in your browser.
Log in with your cloud account credentials, re-grant access to RcloneView (via rclone), and the new token is saved automatically. Close the browser tab and return to RcloneView — the remote should now connect successfully. Test it by browsing the remote in the Explorer panel.
Providers with Stricter Token Policies
Google Drive refresh tokens remain valid indefinitely if the app is authorized by the account owner and the rclone app has not been revoked in Google's security settings. If you revoked access in Google Account → Third-party apps, you'll need to re-authorize from scratch.
Microsoft OneDrive tokens expire after 90 days of inactivity. If you haven't synced in three months, expect to re-authenticate. OneDrive for Business tokens may also expire sooner due to organizational policies set by the Azure AD administrator.
Box and Dropbox tokens are generally long-lived but expire if you change your account password, enable two-factor authentication for the first time, or if the provider detects a security event.
Preventing Future Disruptions
Schedule at least one small sync job for each OAuth remote to run weekly, even if it transfers nothing. Active token usage prevents inactivity-triggered expiration for providers like OneDrive. Check the Job History tab regularly so that job failures are caught promptly rather than going unnoticed for days.
Getting Started
- Download RcloneView from rcloneview.com.
- Check the Log tab for OAuth expiry error messages after a sync job failure.
- Open Remote Manager, select the affected remote, and click Edit to re-authenticate.
- Test the connection in the Explorer panel before re-running failed jobs.
OAuth token renewal takes under two minutes in RcloneView — once re-authenticated, all previously configured sync jobs resume working without any other changes.
Related Guides:
- Fix Google Drive Quota and Rate Limit Errors with RcloneView
- Troubleshoot Rclone Errors with RcloneView
- Notification Alerts for Sync Completion with RcloneView