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
{{ message }}
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.
I'd like the ability to have a directory that only a given user can see. Eg, when logged in as user1 then there is a directory called user1 that only he can see, and upload to/download from. When logged in as user2 then there is a directory called user2 that only she can see, and upload to/download from.
Complex permissions don't need to be implemented, just a visible/not-visible mechanism would work. And it can all go to the same filestore in the backend.
The text was updated successfully, but these errors were encountered:
I'd like the ability to have a directory that only a given user can see. Eg, when logged in as
user1
then there is a directory calleduser1
that only he can see, and upload to/download from. When logged in asuser2
then there is a directory calleduser2
that only she can see, and upload to/download from.Complex permissions don't need to be implemented, just a visible/not-visible mechanism would work. And it can all go to the same filestore in the backend.
The text was updated successfully, but these errors were encountered: