Erro
| Número de ID do Erro | BUG-000133497 |
|---|---|
| Enviado | September 1, 2020 |
| Última Modificação | September 1, 2023 |
| Aplica-se à | ArcGIS Online |
| Versão encontrada | 8.2 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 64 Bit |
| Status | 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 do Erro: BUG-000133497
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri