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

Refresh remote file meta and file content. #25

Open
weilonge opened this issue Nov 22, 2015 · 3 comments
Open

Refresh remote file meta and file content. #25

weilonge opened this issue Nov 22, 2015 · 3 comments

Comments

@weilonge
Copy link
Owner

weilonge commented Nov 22, 2015

Dropbox provides an API to long-poll the file changes:
https://www.dropbox.com/developers-v1/core/docs#longpoll-delta

@weilonge
Copy link
Owner Author

weilonge commented May 5, 2016

For Sample JSON backend, the JSON file is loaded from File System for nodejs version. We need a file-watch feature to monitor a file, and chokidar is a choice to avoid using fs.watch.

@weilonge
Copy link
Owner Author

weilonge commented May 18, 2016

There are some action items have to be done here:

  • file/meta change notification
  • cursor has to be stored at launch and each update
  • the detail of delta information
  • the meta/data cache manager support to clear a specific path entry.

@weilonge
Copy link
Owner Author

Since #36 and #39 are landed, this is the last task should be done:

the meta/data cache manager support to clear a specific path entry.

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

No branches or pull requests

1 participant