[GH-ISSUE #24] Mount papermerge folder #18

Closed
opened 2026-02-25 21:31:00 +03:00 by kerem · 2 comments
Owner

Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jun 17, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/24

I think many of those interested in this project already have some kind of digital document archive. In many cases simply folder structures with PDFs in it.

It would be great be able to mount (e.g. via WebDAV or something more modern) the folder structure of papermerge for desktop search and import of documents.

Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jun 17, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/24 I think many of those interested in this project already have some kind of digital document archive. In many cases simply folder structures with PDFs in it. It would be great be able to mount (e.g. via WebDAV or something more modern) the folder structure of papermerge for desktop search and import of documents.
kerem closed this issue 2026-02-25 21:31:00 +03:00
Author
Owner

@ciur commented on GitHub (Jun 18, 2020):

This feature requests overlaps with REST API - what I mean, is that you can import documents from virtually anywhere by writing you own little bash/python/any other language + REST API registered key.
Here is a documentation.
Here is REST API feature demo.

Basically importing a file can be as simple as:

curl -H "Authorization: Token <REST_API_KEY>" -T /home/eugen/documents/demo/2019/berlin1.pdf <PAPERMER HOST URL>/api/document/upload/

<!-- gh-comment-id:646020470 --> @ciur commented on GitHub (Jun 18, 2020): This feature requests overlaps with REST API - what I mean, is that you can import documents from virtually anywhere by writing you own little bash/python/any other language + REST API registered key. Here is a [documentation](https://papermerge.readthedocs.io/en/latest/rest_api.html). Here is [REST API feature demo](https://www.youtube.com/watch?v=OePTvPcnoMw). Basically importing a file can be as simple as: `curl -H "Authorization: Token <REST_API_KEY>" -T /home/eugen/documents/demo/2019/berlin1.pdf <PAPERMER HOST URL>/api/document/upload/`
Author
Owner

@somebody-somewhere-over-the-rainbow commented on GitHub (Jun 18, 2020):

Thanks. Does the API also allow to upload to anything else than upload? The documentation is not clear on that.

<!-- gh-comment-id:646029545 --> @somebody-somewhere-over-the-rainbow commented on GitHub (Jun 18, 2020): Thanks. Does the API also allow to upload to anything else than upload? The documentation is not clear on that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#18
No description provided.