Updating ArcGIS.com Hosted Feature Services with Python

2682
2
11-06-2013 04:29 AM
DanielSenner
New Contributor II
Hello, we are currently using the python script below to update services in ArcGIS online. The issue we are having is when it runs it removes the thumbnail and description I populate.  I was wondering if it is possible for the thumbnail and the description not to be removed when it runs?  Any help on this would be appreciated.

http://blogs.esri.com/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python...

Thanks
Dan Senner
MMSD
Tags (2)
0 Kudos
2 Replies
AndrewChapkowski
Esri Regular Contributor

Check out ArcREST, this shouldn't overwrite your existing service, rather just populate an existing service with new records.

http://www.github.com/Esri/ArcREST

Andrew

0 Kudos
HCCGISICT_
New Contributor III

Did you find a work around to this?

0 Kudos