You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Dropbox provides an API to long-poll the file changes:
https://www.dropbox.com/developers-v1/core/docs#longpoll-delta
The text was updated successfully, but these errors were encountered: