Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑使用 Dropbox 为用户提供备份本地 SQLite 数据库并将其恢复的功能。基本上我想在备份时将 db 文件复制到保管箱,并在恢复时将其复制回来。
为此,我应该使用哪个 API?同步 API 还是数据存储 API?任何代码示例表示赞赏
谢谢