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
Is your feature request related to a problem? Please describe.
Currently, only individual files can be protected with a password.
I need to configure metadata for each file, which is quite troublesome.
Describe the solution you'd like
I hope individual folders can be protected with a password.
We need to traverse the metadata of all parent directories of the file and folder to ensure that password protection can overwrite all child files and folders
The text was updated successfully, but these errors were encountered:
Yeah, that would be a nice feature. I would need to recursively check every parent folder's metadata if there is a password set for every request. With the current setup, this is quite inefficient/slow. Maybe a workaround would be to periodically scan all folders for a metadata file and store it in a database, and then I could simply query it. I will look into it.
Is your feature request related to a problem? Please describe.
Currently, only individual files can be protected with a password.
I need to configure metadata for each file, which is quite troublesome.
Describe the solution you'd like
I hope individual folders can be protected with a password.
We need to traverse the metadata of all parent directories of the file and folder to ensure that password protection can overwrite all child files and folders
The text was updated successfully, but these errors were encountered: