Skip to content
New issue

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

could not create system tag #3092

Closed
SagarGi opened this issue Feb 2, 2022 · 3 comments
Closed

could not create system tag #3092

SagarGi opened this issue Feb 2, 2022 · 3 comments
Labels

Comments

@SagarGi
Copy link
Member

SagarGi commented Feb 2, 2022

Description

when tried to create a system tag using WebDAV API the request exits with 404 not found.

Request

POST /remote.php/dav/systemtags HTTP/1.1
Host: localhost:9200
User-Agent: GuzzleHttp/7
Authorization: Basic QWxpY2U6MTIzNDU2
Content-Type: application/json
X-Request-ID: apiWebdavOperations/search.feature:273-274
Content-Length: 94
{"name":"JustARegularTag1","userVisible":"true","userAssignable":"true","userEditable":"true"}

Response

HTTP/1.1 404 Not Found
Access-Control-Allow-Origin: *
Content-Length: 205
Content-Security-Policy: default-src 'none';
Content-Type: text/xml; charset=utf-8
Date: Wed, 02 Feb 2022 11:24:59 GMT
Vary: Origin
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
X-Robots-Tag: none
X-Xss-Protection: 1; mode=block

<?xml version="1.0" encoding="UTF-8"?>
<d:error xmlns:d="DAV" xmlns:s="http://sabredav.org/ns"><s:exception>Sabre\DAV\Exception\NotFound</s:exception><s:message>File not found in root</s:message></d:error>
@micbar micbar mentioned this issue Feb 16, 2022
22 tasks
@stale
Copy link

stale bot commented Apr 3, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status:Stale label Apr 3, 2022
@phil-davis
Copy link
Contributor

@SagarGi please check if this is still a probelm. If so, then add the "bug" tag so that the bot does not try to close this.

@ScharfViktor
Copy link
Contributor

creating tags using this POST /remote.php/dav/systemtags does not work in ocis .
ocis uses graph api for creating tags. I deleted these tests in the #5391 and closed this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants