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