This commit is contained in:
parent
9e721438fc
commit
9e0945dd87
1 changed files with 4 additions and 4 deletions
|
@ -2,17 +2,17 @@
|
|||
|
||||
With the upgrade to git-annex 6.20170925 I can no longer copy files to box via webdav. I notice that the changelog suggests that there were many changes to the webdav backend, including a new path for temporary files and url-escaping of file names. I have been using webdav + Box successfully for almost two years. My box/webdav backed was set up with chunking and encryption:
|
||||
|
||||
WEBDAV_USERNAME=[username} WEBDAV_PASSWORD=[passwd] git annex initremote box type=webdav url=https://dav.box.com/dav/git-annex chunk=100mb keyid=[keyid]
|
||||
WEBDAV_USERNAME=[username} WEBDAV_PASSWORD=[passwd] git annex initremote box type=webdav url=https://dav.box.com/dav/git-annex chunk=100mb keyid=[keyid]
|
||||
|
||||
Now when I try to add and copy a file to webdav I get the following error:
|
||||
|
||||
(checking box...)
|
||||
(checking box...)
|
||||
DAV failure: Status {statusCode = 405, statusMessage = "Method Not Allowed"} "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<d:error xmlns:d=\"DAV:\"
|
||||
xmlns:s=\"http://sabredav.org/ns\">\n <s:exception>Sabre_DAV_Exception_MethodNotAllowed</s:exception>\n <s:message>The resource you tried to create
|
||||
already exists</s:message>\n</d:error>\n"
|
||||
CallStack (from HasCallStack):
|
||||
CallStack (from HasCallStack):
|
||||
error, called at ./Remote/WebDAV.hs:381:78 in main:Remote.WebDAV failed
|
||||
(recording state in git...)
|
||||
(recording state in git...)
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
|
|
Loading…
Reference in a new issue