Skip to main content
Question

Is there a way to detect Google Drive sync failures via Airtable automations?

  • February 9, 2026
  • 3 replies
  • 32 views

aprilcrowleybt

Hi everyone — quick question about Airtable’s native Google Drive sync feature.

We use a synced Google Drive table that should refresh automatically about every ~5 minutes. Occasionally, the sync fails or disconnects, but Airtable seems to only surface this through the UI (banner/error state), not through any automation trigger or field.

Goal: Send a Slack alert when the sync itself fails at the table level (not tied to individual record changes).

Is there any native way to monitor Google Drive sync health or detect sync failures via automations? Or do most teams handle this with a workaround like heartbeat/staleness checks or external monitoring?

If this isn’t currently supported, I’d be happy to submit it as a feature request — just want to confirm best practices first.

Thanks in advance for any guidance!

3 replies

Austin.geist
  • New Participant
  • February 9, 2026

Hi ​@aprilcrowleybt

The only way I can see this being possible right now is if you control the sync yourself via a webhook-triggered automation (or an external tool), where you can explicitly handle success/failure and send a Slack notification on a failure outcome.

With the native Google Drive sync, the failure state seems to live entirely in the UI, with no automation trigger or field to react to. (If anyone knows of another way, please let me know. I’d love to experiment with it!

This would be a great feature to suggest on the new product ideas page here!


Forum|alt.badge.img
  • New Participant
  • February 9, 2026

Hi everyone — quick question about Airtable’s native Google Drive sync feature.

We use a synced Google Drive table that should refresh automatically about every ~5 minutes. Occasionally, the sync fails or disconnects, but Airtable seems to only surface this through the UI (banner/error state), not through any automation trigger or field.

Goal: Send a Slack alert when the sync itself fails at the table level (not tied to individual record changes).

Is there any native way to monitor Google Drive sync health or detect sync failures via automations? Or do most teams handle this with a workaround like heartbeat/staleness checks or external monitoring?

If this isn’t currently supported, I’d be happy to submit it as a feature request — just want to confirm best practices first.

Thanks in advance for any guidance!

 

Hello,

You can check the monitor icon on the synced table: a lightning icon means the sync is working correctly, while an error triangle indicates a failure. Alternatively, you can use third-party tools like Make.com to handle errors and receive notifications.


Forum|alt.badge.img+4
  • Participating Frequently
  • February 10, 2026

This isn’t currently supported natively.

The Google Drive sync is only exposed via the UI (banner/error state) and you cannot trigger this via automation, field, or webhook.

Many teams use a workaround, usually one of the following:

-Stale/heartbeat checks- You can monitor a “last updated” timestamp or a rolling value that is known from Drive if it has not been changed within an expected window.

-Scheduled diff checks- occasionally check row counts or checksum-style values between synced table and the source.

-External monitoring- polling Google Drive side and alerting via Slack if the expected changes stop flowing.

Nothing is perfect, but it is the only way to detect if there is a silent sync failure.