More helpful message for HTTP 507 Insufficient Storage (WebDAV)

This commit is contained in:
Dan Stillman 2009-12-18 12:10:51 +00:00
parent 85914325aa
commit 7787f2f1cc

View file

@ -552,6 +552,10 @@ Zotero.Sync.Storage.Session.WebDAV.prototype._onUploadComplete = function (httpR
+ "from the Sync pane of the Zotero preferences.");
return;
case 507:
this.onError("A file upload failed due to insufficient space on the WebDAV server.");
return;
default:
this.onError("Unexpected file upload status " + status
+ " in Zotero.Sync.Storage._onUploadComplete()");