Implement Push Notifications via Drive API
Opened this issue · 0 comments
matthewsilver commented
Currently, the Google docs ingestion pulls all Google documents regardless of whether they're changed or not and sends them to Github where diffs are computed for Serge. To poll the Google API less and save resources, the ingestion should utilize push notifications (https://developers.google.com/drive/api/v3/push) to listen for changes and only send down what's changed for Serge.