Replies: 1 comment
-
|
granting the as for "dotvolumes", volumes starting with a dot to behave like dotfiles/dotfolders, I feel a bit uneasy about it -- hard to guarantee that they won't show up in any of the APIs -- but I gave it a shot, will be in the next release;
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've trying to create a folder, which won't be listed on tree without auth, everyone can upload to it, files can only be downloaded by direct link.
I've tried to configure the hidden volume, like this:
But if I setting the write perm, everyone starts to see this folder in the tree:
I've tried to do share
shr: /share, and set up the shares:But seems like this the "get" perm is ignored (all shares in the screenshot above was created with different "get" perm values):
Users can anonymously upload to this share, but nobody (except, probably, admins), can download, pass was asked.
Yes, if i can specify
g: *on the volume, users can download file if they have a link, share gives a link, that looks like:domain.name/share/public/file.name, but file can be downloaded only from:domain.name/.share/file.name.Probably I've doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions