You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable external storage and connect /local_storage
create user1 & user2
as user1 create a file on /local_storage
make sure user2 can read the file
create user3
try to access the file as user3
{"reqId":"bOFbmO81PcSHHxrXVGeD","level":3,"time":"2018-08-14T10:57:53+00:00","remoteAddr":"127.0.0.1","user":"uu3","app":"no app in context","method":"GET","url":"\/owncloud-core\/remote.php\/dav\/files\/uu3\/local_storage\/new-folder\/New%20text%20file.txt?c=2147484153null&x=32&y=32&forceIcon=0&preview=1","message":"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you."}
The text was updated successfully, but these errors were encountered:
assuming you mounted the external storage with access for "all users".
This is a known limitation of encryption, like owncloud/core#16332.
We can't setup the share key for user3 as we'd need the password of user1 or user2 to do so (or anyone who already has access to the file).
with Encryption type: User Specific Key
/local_storage
user1
&user2
user1
create a file on/local_storage
user2
can read the fileuser3
user3
The text was updated successfully, but these errors were encountered: