[sharing-ng] the parentReference
field of /v1beta1/me/drive/sharedWithMe
endpoint returns only driveId and not the driveType
#8029
Labels
Describe the bug
According to https://owncloud.dev/libre-graph-api/#/me.drive/ListSharedWithMe
The response should look something like this
But right now
parentReference
only contains driveId key-valueAlso, what is the
driveId
? currently, it's not the same as the id of the personal space as I expected it to be. it seems like it is a part of the id of the shared file or folder. for instanceSteps to reproduce
einstein
Expected behavior
The
parentReference
should contain bothdriveType
anddriveId
as listed in swaggerActual behavior
The
parentReference
only containsdriveId
.Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: