Error
Número de ID del error | BUG-000117150 |
---|---|
Enviado | October 1, 2018 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS API for Python |
Versión encontrada | 1.4.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 2016 64 Bit |
Estado | Will Not Be Addressed |
The workaround is to assign the item in the loop to a new variable:
from arcgis.gis import GIS
gis = GIS("<portal/ArcGIS Online>","<user>","<password>")
content = gis.content.search(query="")
for c in content:
test = c
print(test.size)
ID del error: BUG-000117150
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri