Skip to main content
The Dropbox plugin syncs data locally. Use corsair.dropbox.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Files

Path: dropbox.db.files.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Folders

Path: dropbox.db.folders.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.