laptop and a wrench

不具合

The overwrite() method from ArcGIS API for Python produces a "{'success': True}" message but there are no changes or updates observed.

ArcGIS API for Python
不具合 ID 番号 BUG-000162267
送信されましたOctober 20, 2023
最終更新日June 25, 2025
適用対象ArcGIS API for Python
見つかったバージョン2.1.0
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスNon-Reproducible

参考情報

The issue is not reproducible in ArcGIS API for Python version 2.2.0.1. Update to ArcGIS API for Python version 2.2.0.1. gis = GIS( profile='your_login_profile') fp = r"C:\data\OverwriteAPI.gdb.zip" item = gis.content.add( { "title": "overwrite_test", "type": "File Geodatabase", }, data=fp, ) pitem = item.publish() # add new data to the file geodatabase listed above in ArcGIS Pro. # flc = FeatureLayerCollection.fromitem(item) mgr = flc.manager mgr.overwrite(data_file=fp) After updating to ArcGIS API for Python version 2.2.0.1, the new feature data added to the file geodatabase is re-zipped and provided to the overwrite method to allow the data to be updated. This method is tested in ArcGIS Online and ArcGIS Enterprise with no issues on any platform.

再現の手順

不具合 ID: BUG-000162267

ソフトウェア:

  • ArcGIS API for Python

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

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

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

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

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

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

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