laptop and a wrench

漏洞

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

ArcGIS Online
漏洞 ID 编号 BUG-000149692
已提交June 2, 2022
上次修改时间June 5, 2024
适用范围ArcGIS Online
找到的版本10.1
操作系统Windows OS
操作系统版本10.0 64 Bit
修正版本2023.R01
状态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: BUG-000149692

软件:

  • ArcGIS Online

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项