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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動