nextcloud / nextcloud/notes-android

Sharing broken for Notes in categories

Open
#2,969 0 comments 0 reactions 1 assignee View on GitHub

@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:
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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.