This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
share_with field in response after sharing has an extra @localhost attached to the username #20
Labels
bug
Something isn't working
sharing a file with a user e.g.
curl 'http://localhost:9140/ocs/v1.php/apps/files_sharing/api/v1/shares' -u user1:1234 --data 'shareType=0&shareWith=user0&path=%2Fhome%2Ftextfile.txt&permissions=1'
returns this a response with the
share_with
field having a@localhost
postfix attached to the user-name. oC10 reports only the usernameThe text was updated successfully, but these errors were encountered: