} else if (status === 423) {
                            OC.Notification.show(t('files', 'Could not move "{file}" because either the file or the target are locked.',
                                {file: fileName, message: result.message}), {type: 'error'}
                            );
                        } else if (status === 507) {