Error
| Número de ID del error | BUG-000133497 |
|---|---|
| Enviado | September 1, 2020 |
| Última modificación | September 1, 2023 |
| Relacionado con | ArcGIS Online |
| Versión encontrada | 8.2 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | In Review |
(NOTE :: Advanced and Advanced with GPU Support Notebooks consumes credits )
from arcgis.gis import GIS
gis = GIS("home")
from arcgis.gis import GIS
gis = GIS("https://shortURL.maps.arcgis.com/home", username, password)
workingTable = gis.content.get("itemID1")
brokenTable = gis.content.get("itemID2")
workingTable.typeKeywords
brokenTable.typeKeywords
brokenTable.update(item_properties={'typeKeywords':['ArcGIS Server','Cloud Drive','Data','Feature Access','Feature Service','Service','Singlelayer','Table','Hosted Service']})
***SAMPLE ***
from arcgis.gis import GIS
gis = GIS("home")
#OR
gis = GIS("https://shortURL.maps.arcgis.com/home", username, password)
workingTable = gis.content.get("9cd7c277a0dd4bb393fc2e2b73d7319f")
brokenFL = gis.content.get("cf77c829569f40d0b87a4d303ff20803")
workingTable.typeKeywords
Results:
['ArcGIS Server',
'Cloud Drive',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Singlelayer',
'Table',
'Hosted Service']
brokenFL.typeKeywords
Results:
['ArcGIS Server',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Hosted Service']
brokenFL.update(item_properties={'typeKeywords':['ArcGIS Server','Cloud Drive','Data','Feature Access','Feature Service','Service','Singlelayer','Table','Hosted Service']})
Results:
True
brokenFL.typeKeywords
Results:
['ArcGIS Server',
'Cloud Drive',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Singlelayer',
'Table',
'Hosted Service']
ID del error: BUG-000133497
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri