laptop and a wrench

不具合

Running a Notebook as a web tool in Map Viewer causes a permission error. The error returned is "Permission denied: '/arcgis/home/data'".

ArcGIS Online
不具合 ID 番号 BUG-000172250
送信されましたNovember 14, 2024
最終更新日January 5, 2025
適用対象ArcGIS Online
見つかったバージョンNov 2024
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスAs Designed

参考情報

Files created during notebook web tool runs are not stored in the workspace directory (/arcgis/home). Instead, specify a relative path when writing the file. Here is an example of how a variable named "output_csv" configured as a file output parameter should be created: csv_path = f"test.csv" f = open(csv_path, mode="a", encoding="utf-8") f.write("test1, test2, test3, test4") f.close() output_csv = {"url": csv_path} With the configurations above, the web tool should output a CSV file that can be downloaded from the analysis result in Map Viewer. To retain a file output from notebook web tools, add logic in the notebook code to add the file to the ArcGIS content as an item.

対処法

Run straight from Notebook.

再現の手順

不具合 ID: BUG-000172250

ソフトウェア:

  • ArcGIS Online

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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