Flutter application for Android that uploads a single document to Paperless‑NGX directly from the system Share menu.
Features include:
- One-tap upload
- Tag Management (default, selection per upload)
- OIDC/OpenID
Can you expand on the OIDC/OpenID support? Does it support SSO based authentication to Paperless? That’s my biggest problem with PaperlessShare right now. I can’t actually sign in because I use an SSO provider.
So I had a chance to try this out. It wasn’t on Google Play Store, only F-Droid. There isn’t really SSO support, you either login with User/Password or a token. Instead, I login with my browser, get the token and paste it in. That works fine, but an ideal world is just pop up an browser WebView and go through the flow, then grab the token. Maybe it was intentional, but PaperlessShare registered as an Open handler for PDFs and the share menu, whereas this is only share menu. This seems to mean that I need to grant file access, whereas the open handler didn’t need that I think.
Overall, it does the job and gets my docs uploaded.
What’s the difference to sharing to the Paperless mobile app?
Hasn’t Paperless Mobile not been maintained for 1.5 years?
is there an updated fork?