laptop and a wrench

Error

Unable to delete existing folders created using a Python script through the ArcGIS Notebook interface.

ArcGIS Online
Número de ID del error BUG-000149692
EnviadoJune 2, 2022
Última modificaciónJune 5, 2024
Relacionado conArcGIS Online
Versión encontrada10.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
Versión corregida2023.R01
EstadoFixed

Solución alternativa

Use the following Python script to delete the folder:

 

from arcgis.gis import GIS

import os

import shutil

gis = GIS("home")

shutil.rmtree(r"/arcgis/home/Folder_Name")

 

Note: For 'Folder_Name', paste the name of the ArcGIS Notebook folder that must be removed.

Pasos para reproducir

ID del error: BUG-000149692

Software:

  • ArcGIS Online

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga