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

Conversation

odeke-em
Copy link
Owner

@odeke-em odeke-em commented Feb 5, 2017

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant