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
Since, in theory, filesListFolderContinue gives as all changes since since the last cursor, we should store this cursor persistently.
This can be used to start downloading files while local files are indexed and a new file list is fetched from the server. In this scenario files can only be downloaded when the local file has already been indexed or does not exist.
The procedure works even when we start syncing both ways.
For one-way sync we just need to store the last cursor and on restart fetch all changes since this cursor and produce them in our file system. We do not need a complete file list. It might be safer though, to fetch one on startup and then produce the changes based on this file list.
The text was updated successfully, but these errors were encountered:
Since, in theory, filesListFolderContinue gives as all changes since since the last cursor, we should store this cursor persistently.
This can be used to start downloading files while local files are indexed and a new file list is fetched from the server. In this scenario files can only be downloaded when the local file has already been indexed or does not exist.
The procedure works even when we start syncing both ways.
For one-way sync we just need to store the last cursor and on restart fetch all changes since this cursor and produce them in our file system. We do not need a complete file list. It might be safer though, to fetch one on startup and then produce the changes based on this file list.
The text was updated successfully, but these errors were encountered: