Share type unknown Error when creating the share #1292
Labels
0. Needs triage
Pending approval or rejection. This issue is pending approval.
bug
Something isn't working
While adding a external email and add as guest and create a share
POST request ocs/v2.php/apps/files_sharing/api/v1/shares
POST DATA is
{
"path": "/Test",
"permissions": 31,
"expireDate": "",
"attributes": "[]"
}
and RESPONSE is
{
"ocs": {
"meta": {
"status": "failure",
"statuscode": 400,
"message": "Unbekannter Freigabetyp"
},
"data": []
}
}
Here shareType is missing in the request
I am able to reproduce the error
i am on NC 28.0.7.4 and guests 3.0.2
I enter a email [email protected] and do Invite guest
Then i do invite user and create share
And last step when i click on save share
I get a 400 response
{
"ocs": {
"meta": {
"status": "failure",
"statuscode": 400,
"message": "Unknown share type"
},
"data": []
}
}
The text was updated successfully, but these errors were encountered: