.fail(function(status) {
                    OC.Notification.show(t('files', 'Could not create file "{file}"',
                        {file: name}), {type: 'error'}
                    );
                    deferred.reject(status);