nextcloud / nextcloud/notes-android
Sharing broken for Notes in categories
Open
@tobiasKaminsky is already working on this.
Since Dec 19, 2025.
0. Needs triage
bug
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 168
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 31
Description
This issue respects the following points:
- I have read the FAQ
- I have searched for existing issues
- The issue affects the Notes Android app, neither the Notes server app nor the Nextcloud Android app.
Describe the bug
Simply have a Notes sorted into a category:
- exisitng shares can't be loaded
- shares can't be created
Web
https://.../ocs/v2.php/apps/files_sharing/api/v1/shares?format=json&path=/Notes/food/Neue Notiz.md&reshares=true
-> 2 shares
Android app
java.lang.IllegalStateException: {
"ocs":{
"meta":{
"status":"failure",
"statuscode":404,
"message":"Wrong path, file\/folder does not exist"
},
"data":[]
}
}
Expected behavior
Sharing works
Notes Android version
main branch
Notes server version
latest
Nextcloud Android version
master
Nextcloud version
latest 32
Device
OnePluis
Android Version
16
App Store
- Google Play Store
- F-Droid
- Huawei App Gallery
Stacktrace
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.