-
Notifications
You must be signed in to change notification settings - Fork 5
[EOS] Downloading user shared files not possible using the owncloud storage driver #359
Comments
Right, the challenge as in OC 10 is that those are likely "file based mount points" which is an odd concept. |
@C0rby can you elaborate a bit more on why downloading the files inside shared folder doesn't work? as far as I know you can perform metadata operations on them so data download should work in principle. Is is related with TUS? Did it work with the EOS driver? |
When use accepts a share we do the following (similar to eosfs): To make that a bit less abstract here an example:
What happens at some point is that The solution to this would be to detect paths to shared folders and resolve the original path before continuing with e.g. stating the file. |
@C0rby the call to Smells like either the gateway has a bug or your configuration is not correct. |
Then this needs some more debugging. Also I just tested listing a shared folder with the eos storage and got this error message:
|
upload and download as recipient with EOS works fine now. but OC storage still has troubles, opened here owncloud/product#205 |
With these changes cs3org/reva#929 accepting and listing shared files and folder is possible but downloading them returns an error.
The owncloud storage driver and possibly some parts of the reva storageprovider need to be changed to allow downloading the shared files. One big stepping stone IMO is this cs3org/reva#929 (comment). If that is not changed then there is no possibility to share files in a users home directory.
But also downloading files in shared folders doesn't work currently.
The text was updated successfully, but these errors were encountered: