-
Notifications
You must be signed in to change notification settings - Fork 5
name of received share appears as 'home' once accepted #296
Comments
This stop gap makes it work: cs3org/reva@c466de2 |
This is a sample of the share object that the provider sends to the receiver via OCM
This shows that path is never needed to be sent for file sharing via the OCM. So I am going to get rid of the path entirely and only send the file name. |
Turns out |
@michielbdejong I am not authorized to push into the Change line Name: filepath.Base(req.ResourceId.OpaqueId), and this issue will be resolved. |
ah and don't forget to add the dependency first in line |
A couple of observations here for @yasharpm as you're getting into OCM:
|
Saying that, as already said by @glpatcern, the |
I don't think this is a realistic goal to achieve since you would need to get pull requests into both NC and OC. Considering our time limitations and the fact that OCM v1.1 is not even merged yet let alone being implemented by someone for OC and NC and then the time consuming process of getting the pull requests accepted I don't think this can be done in any time window smaller than at least a couple of months.
As far as I understand
I think @glpatcern @gmgigi96 what do you think? |
I realize I was not clear myself: I meant we're aiming to OCM v1.1 in Reva, and in any Reva-to-Reva communication. Of course NC and OC are out of scope, they will hopefully implement OCM v1.1 whenever it matches their work plan. OCM v1.1 will be merged soon anyway... and Reva is already 99% compliant. For the rest, Gianmaria is also writing a comment - I acknowledge browsing the Reva code is hard (it is for me as well), anyway the decomposedfs is not implemented in Reva master and the localfs is incomplete/buggy. The "real" storage provider drivers are the nextcloud one and the eos one. |
|
Do you mean that we are not going to use NC or OC in our Reva presentation? If we are, I am not sure that the OCM end points of NC or OC can handle a path for a filename in their input. If we are not, then the work that PonderSource is doing is irrelevant for the upcoming deadline and you didn't need to wait for us to complete anything. @michielbdejong are we out of scope? :-) |
Let me quickly double check what the receiver side gets from Reva. The issue to my understanding is that you share a file named for example |
@yasharpm the work you / PonderSource are doing is not at all out of scope. Let's have a call whenever you wish, it does not help to write further comments as I see I'm giving for granted a lot of context and as you're relatively new you don't know what has happened. |
I was doing some tests with the configurations in
|
@michielbdejong I am dropping this issue at this point. Going with the logic that existed i.e. If I would try to log the actual value for |
I can help you if you answer my questions above :) |
Ah, right! Sorry for the whole discussion and confusion about OCM versions in Reva and NC/OC-10! |
instead of .e.g. '/asdf'
The text was updated successfully, but these errors were encountered: