This issue respects the following points:
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
Stacktrace
No response
This issue respects the following points:
Describe the bug
Simply have a Notes sorted into a category:
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:
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
Stacktrace
No response