Sync Troubleshooting

If your connector is not syncing as expected, this guide covers the most common issues and how to fix them.

A connector with a red Error badge and an expanded error message in the settings panel
A connector with a red Error badge and an expanded error message in the settings panel

Connector shows a red "Error" badge

The error badge appears when the last sync run encountered a problem. Click the connector in Settings → Data Connectors and look for the error message in the Status section.

Common error messages:

Error messageWhat it meansHow to fix
"Token expired" or "Unauthorized"The OAuth access token has expired or been revokedDisconnect and reconnect the connector via OAuth
"Folder not found"A selected folder was renamed or deleted in Drive/OneDriveRemove the missing folder from the connector and re-add a replacement
"Rate limited"Too many sync requests hit the API rate limitReduce sync frequency or wait; the connector will retry automatically
"Insufficient permissions"The connected account lost access to a folderCheck sharing permissions in Drive/OneDrive for the affected folder

Token expired — reconnect OAuth

If the error message mentions token expiry or authentication failure:

  1. Go to Settings → Data Connectors.
  2. Click the connector with the error.
  3. Click Reconnect (or Disconnect then Connect again).
  4. Complete the OAuth flow with your Google or Microsoft account.

After reconnecting, trigger a manual sync with Sync now to confirm the connection is working.

Files stuck in "Pending" status

Files in your Documents library showing a persistent Pending status were probably skipped during sync. Common reasons:

  • File too large — files over 25 MB are silently skipped. Check the file size in Drive/OneDrive.
  • Unsupported file type — only the nine supported formats are processed. Other types are ignored.
  • Processing backlog — during periods of high usage, files may take longer to index. Wait 10–15 minutes and refresh.

There is no automatic retry for files skipped due to size limits. If you need a large file indexed, reduce its size (by splitting it into smaller files) before re-syncing.

Google Workspace files not appearing

Google Docs, Sheets, and Slides are converted to DOCX, XLSX, and PPTX during sync. The conversion process takes a little longer than syncing a static file.

If Google Workspace files are missing:

  1. Check the Sync History tab — confirm the sync ran after the file was created.
  2. Look for conversion errors in the sync log.
  3. If the file is listed with a Failed status, try removing and re-adding the folder to force a fresh sync.

Include/exclude globs filtering out files unexpectedly

If files you expect to see are missing, your glob patterns may be excluding them:

  1. Go to the connector's folder settings.
  2. Review the Include and Exclude glob patterns.
  3. Test your pattern against the file name. For example, the pattern *draft* will exclude Q4-draft-report.pdf because "draft" appears in the middle of the name.
  4. Remove or adjust the pattern that is incorrectly matching your files.

Force a manual sync

At any time, click Sync now on a connector to trigger an immediate sync, skipping the schedule. This is useful after making configuration changes or to verify that a fix worked.

Manual syncs run in addition to scheduled syncs. If a manual sync is already in progress when the next scheduled sync fires, the scheduled sync is queued and runs after the manual one completes.

Was this helpful?