Número de ID del error |
BUG-000148924 |
Enviado | May 2, 2022 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS API for Python |
Versión encontrada | 2.0.0 |
Sistema operativo | N/A |
Versión de sistema operativo | N/A |
Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Create a script with conditional statements to bypass the error. Refer to Upload_Update_SHP_HFL as modified script.
Pasos para reproducir