-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
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
https://.../ocs/v2.php/apps/files_sharing/api/v1/shares?format=json&path=/Notes/food/Neue+Notiz.md&shared_with_me=true
-> No shares
Android app
https://.../ocs/v2.php/apps/files_sharing/api/v1/shares?format=json&path=/Notes/Neue+Notiz.md&shared_with_me=true
http 404:
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