312-49 · Question #495
Which of the following files stores information about local Dropbox installation and account, email IDs linked with the account, current version/build for the local application, the host_id, and…
The correct answer is C. config.db. Dropbox stores its local configuration in config.db, a SQLite database located in the Dropbox application data folder. This file contains account-level metadata including the linked email address(es), host_id (a unique identifier for the installation), the installed…
Question
Which of the following files stores information about local Dropbox installation and account, email IDs linked with the account, current version/build for the local application, the host_id, and local path information?
Options
- Ahost.db
- Bsigstore.db
- Cconfig.db
- Dfilecache.db
How the community answered
(28 responses)- A7% (2)
- C89% (25)
- D4% (1)
Explanation
Dropbox stores its local configuration in config.db, a SQLite database located in the Dropbox application data folder. This file contains account-level metadata including the linked email address(es), host_id (a unique identifier for the installation), the installed version/build number, and local sync path settings. The other databases serve different purposes: host.db tracks host-related sync data, sigstore.db stores cryptographic signatures for file integrity, and filecache.db maintains a cache of file metadata and sync states.
Topics
Community Discussion
No community discussion yet for this question.