Error
| Número de ID del error | BUG-000149692 |
|---|---|
| Enviado | June 2, 2022 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS Online |
| Versión encontrada | 10.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Versión corregida | 2023.R01 |
| Estado | Fixed |
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.
ID del error: BUG-000149692
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri