We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
found when integrating oC10 API tests into CI see: owncloud/ocis-reva#466 (comment)
similar to owncloud/ocis-reva#269
see also cs3org/reva#865
<?xml version="1.0" encoding="utf-8"?> <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns"> <d:response> <d:href>/remote.php/dav/files/Alice/</d:href> <d:propstat> <d:prop> <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmJjZTQ0OTFhLWY3YzAtNDlkOS04M2JlLWE0NGNiYWM5YjIxMg==</oc:id> <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmJjZTQ0OTFhLWY3YzAtNDlkOS04M2JlLWE0NGNiYWM5YjIxMg==</oc:fileid> <d:getetag>ceba3951fbbd1544acbffe5fea8110c2</d:getetag> <oc:permissions>WCKDNVR</oc:permissions> <d:resourcetype> <d:collection/> </d:resourcetype> <d:getcontenttype>httpd/unix-directory</d:getcontenttype> <oc:size>4096</oc:size> <d:getlastmodified>Mon, 28 Sep 2020 08:53:52 +0000</d:getlastmodified> <oc:favorite>0</oc:favorite> </d:prop> <d:status>HTTP/1.1 200 OK</d:status> </d:propstat> </d:response> <d:response> <d:href>/remote.php/dav/files/Alice/upload/</d:href> <d:propstat> <d:prop> <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmNmODFmZGU4LTA2OTEtNDQ4My05MWI5LTZjZTE4NGQ2MDJjNA==</oc:id> <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmNmODFmZGU4LTA2OTEtNDQ4My05MWI5LTZjZTE4NGQ2MDJjNA==</oc:fileid> <d:getetag>47913eb4242cef612cb0fc125eb6d839</d:getetag> <oc:permissions>WCKDNVR</oc:permissions> <d:resourcetype> <d:collection/> </d:resourcetype> <d:getcontenttype>httpd/unix-directory</d:getcontenttype> <oc:size>4096</oc:size> <d:getlastmodified>Mon, 28 Sep 2020 08:53:20 +0000</d:getlastmodified> <oc:favorite>0</oc:favorite> </d:prop> <d:status>HTTP/1.1 200 OK</d:status> </d:propstat> </d:response> <d:response> <d:href>/remote.php/dav/files/Alice/file.txt</d:href> <d:propstat> <d:prop> <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOjJkYjRmOWFiLTgwZTAtNDIyYi1iZGNiLTY2Yjk5MTFkMmYxOA==</oc:id> <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOjJkYjRmOWFiLTgwZTAtNDIyYi1iZGNiLTY2Yjk5MTFkMmYxOA==</oc:fileid> <d:getetag>9918ad4402d80c68248e41576a0f36da</d:getetag> <oc:permissions>WCKDNVR</oc:permissions> <d:getcontentlength>3</d:getcontentlength> <d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype> <d:getlastmodified>Mon, 28 Sep 2020 08:53:52 +0000</d:getlastmodified> <oc:favorite>0</oc:favorite> </d:prop> <d:status>HTTP/1.1 200 OK</d:status> </d:propstat> </d:response> </d:multistatus>
The text was updated successfully, but these errors were encountered:
fixed by cs3org/reva#1232
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
found when integrating oC10 API tests into CI see: owncloud/ocis-reva#466 (comment)
similar to owncloud/ocis-reva#269
see also cs3org/reva#865
The text was updated successfully, but these errors were encountered: