QUESTION: Does this work with external drives?
We're trying to allow users of our angular frontend to browse files on the server, even files on external harddrives connectes to the server via usb.
We use Django. Will the Django bridge app by default take into account those external drives?
anybody find a solution for this problem ?
Is there one? I can't see why this shouldn't work. Depending on the OS, and filesystem setup, and if the directory path is setup correctly, I think it should. I haven't written the Django bridge, but I suppose it doesn't care whether it's external drive or not.
If you want to have more external drives "visible" in the filemanager, you would, depending again on the OS and FS, map or link them to the dir you used for the filemanager.