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
The text was updated successfully, but these errors were encountered:
michielbdejong
changed the title
CreateOCMShareRequest.Protocol vs CreateOCMShareRequest.Opaque.Map["protocol"] vs
CreateOCMShareRequest.Protocol vs CreateOCMShareRequest.Opaque.Map["protocol"]
Dec 27, 2021
If not I can easily switch it around, let me know.
I'm adding the req.protocol.options.sharedSecret from https://cs3org.github.io/OCM-API/docs.html#/paths/~1shares/post which is needed for the webdav protocol and wanted to put it into CreateOCMShareRequest.Protocol but then I noticed your use of CreateOCMShareRequest.Opaque.Map["protocol"] and thought I should probably check first. :)
Looking at this definition it seems that CreateOCMShare requests have a Protocol field.
But looking at this server code and this client code it seems that the protocol is put into the root opaque instead?
Is this intentional?
CC @redblom
The text was updated successfully, but these errors were encountered: