Bug
Bug ID Number | BUG-000117150 |
---|---|
Submitted | October 1, 2018 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS API for Python |
Version found | 1.4.1 |
Operating System | Windows OS |
Operating System Version | 2016 64 Bit |
Status | 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)
Bug ID: BUG-000117150
Software:
Get help from ArcGIS experts
Download the Esri Support App