Select to view content in your preferred language

Updating ArcGIS.com Hosted Feature Services with Python

2866
2
11-06-2013 04:29 AM
DanielSenner
Deactivated User
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_
Deactivated User

Did you find a work around to this?

0 Kudos