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
@dragotin Yes, Klass, sorry for the noise. It is well explained in the file download section.
I have other question about the spec, the documentation just tell you the format for the calls/operations that the sync client does, but there is no information about the order of the operations.
I think it is important to document the sequence of events.
For example, to setting up a working connection:
Issue a status.php
Ask for capabilities. TBD
Ask for quota. TBD
Ask for modification of top level. TBD
Connection validation call . TBD
I am not sure about the sequence of the TBD yet, but I am sure that if status.php fails, then you cannot continue.
@moscicki @dragotin
In the spec of the sync protocol we have to show the response headers in the examples, as they are a core part of the protocol.
An example: If you don't reply with the ETag on a download then the client will complain: https://github.com/owncloud/client/blob/7fc7925d17df58e6dfb9eb1383f0895d5fadce58/src/libsync/propagatedownload.cpp#L150
The text was updated successfully, but these errors were encountered: