-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Invoke the Dropbox listFolder API with include_deleted: true. Use listFolder/continue with a cursor in order to update the model: when the user pushes a “sync” button; when the page is reloaded; and/or, by polling.
The listFolder API is much slower when include_deleted: true is specified. (It requires a much larger number of requests, that seem to be throttled.) If we do this, we probably want to initiate both a recursive and a non-recursive sequence of listFolder requests, so that we can show the full results from the include_deleted: false sequence early, and switch to the include_deleted: true results once they're complete.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed