Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

realtime file watching started #874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 5, 2017

  1. realtime file watching started

    Adding the ability to get realtime changes on files
    for the purpose of push-notification/webhook style
    watching and for folks to be able to implement sync
    clients without trying too hard.
    
    Work in progress:
    * Need to ask some Google Drive platform folks what the various
    Channel types are. I've currently found `web_hook` but that
    requires registration by the user.
    * If there is a persistent connection that
    pushes notifications say over HTTP2, let's use that instead of
    having to hop over web hooks.
    * Actually we can do changeList retrieval but we'll have to
    implement polling AFAIK unless there is some magic sauce
    as point 2) is hopeful about.
    odeke-em committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    15a0ecd View commit details
    Browse the repository at this point in the history