Further investigation shows that during upload, hidden files are uploaded together. Folders with hidden files (files that start with dot) are all inaccessible from WebDav.
Now, I don’t really know how to do, because Pydio Cells web UI seems like no way to show hidden files (or at least I couldn’t find). How to delete? My datasource is S3, so the file structures are not retained.
What version of Cells are you using?
Home Edition 4.3.0
What is the server OS? Database name/version? Browser name or mobile device description (if issue appears client-side)?
What steps have you taken to resolve this issue already?
Unable to resolve.
Initially thought that it is NGINX issue, so changed my reverse proxy from nginx to caddy. No difference.
Follow official sample configuration for reverse proxy. No difference.
After investigation, concluded that it is because the problematic folders has hidden files. Unable to do anything because the problem is on pydio. I find no settings to show the Hidden Files, and my datasource is using flat structure.
So… at the moment, this is kind of a workaround:
First, we have the issue due to hidden dot files. I discovered it is actually visible from S3 (yes, due to this issue, I discovered that Pydio do exposes itself as S3… I guess people don’t really know about this lol except for that one guy that posted about an issue with the Pydio S3 api)
So, thru S3, we delete the hidden dot files, and now the folder is accessible from WebDav!
But afterall, the design should be that:
let users upload dot files but it must at least able to be shown from Web Interface
don’t let users upload dot files at all
The dot files got its way to my Pydio files due to uploading entire folder directly. There should be filtering to prevent uploading dot files if hidden files are not supported by Pydio. Just my opinion. Pydio is extremely great afterall. I hope this could be resolved!
It will be great if at least there’s a way to find and delete all the dot files. For now, I have no choice but to check every folder for the dot files…
Uh… it’s more than 2 weeks and there are no replies. Is here not the right place to report issues? At least good to inform if this will be looked into, so I can move on to other thing if pydio can’t have this fixed.
Oooops
sorry @leewp14 for this great delay.
Normally our generic approach is indeed to not allow for hidden files at all.
So we have to understand how you did end up with dot files : you say “due to uploading entire folder directly”, so was it through the web interface or via WebDAV ? i’m not sure here.
-c
I see. The upload is done through the web interface - selecting an entire folder to upload. So these dot files are in the folders because of Mac OS generating it and are not really needed actually.
And with the dot files being uploaded, for let’s say inside a “test” directory, then the “test” directory will not be accessible from WebDav. For now, only way to delete the dot files is to access Pydio through S3 protocol via Cyberduck, and the folder will be accessible again via WebDav.
Hope this helps! Let me know if you need me to check on something. Thanks!