Postman 收藏品保存在哪里?收藏品、存在、Postman

2023-09-07 10:24:52 作者:我习惯了你的不存在

适用于 Windows 的独立 Postman 客户端在离线工作时在哪里保存集合?

Where does the standalone Postman client for Windows save collections when working offline?

为了澄清,我想在禁用在线同步时找到 Postman 默认将集合文件保存到的位置.我不尝试导出我的收藏为 JSON 文件.

To clarify, I want to find where Postman saves collection files to by default when online syncing is disabled. I am not trying to export my collection as a JSON file.

我查看了 %LocalAppData%、我的文档和程序文件,但没有看到 Postman 将其收集数据保存在哪里.

I've looked in %LocalAppData%, My Documents, and Program Files, but I don't see where Postman saves its collection data.

推荐答案

看起来 Postman 使用的是 LevelDB.在 Windows 上,我发现我的 Postman DB 位于:

It looks like Postman uses LevelDB. On Windows, I found my Postman DB located at:

C:UsersxxxxAppDataRoamingPostmanIndexedDB

根据 Piere F,macOS 用户可以在以下位置找到它:

According to Piere F, macOS users can find it under:

~/Library/Application Support/Postman/IndexedDB

ps:注意~"是/Users/userAccount/"的路径

David 表示,Ubuntu 用户可以在以下位置找到它:p>

According to David, Ubuntu users can find it under:

~/.config/Postman/IndexedDB