不具合 ID 番号 |
BUG-000148924 |
送信されました | May 2, 2022 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS API for Python |
見つかったバージョン | 2.0.0 |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
The overwrite in the add method of the ContentManager is to state whether the item has the possibility to be overwritten.
Using add to overwrite is not a recommended workflow, instead, refer to the overwrite method found in the FeatureLayerCollectionManager class: https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html?highlight=overwrite#arcgis.features.managers.FeatureLayerCollectionManager.overwrite.
対処法
Create a script with conditional statements to bypass the error. Refer to Upload_Update_SHP_HFL as modified script.
再現の手順