diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 3a0a909699..f4e69bf5a6 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -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()");