<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Are updates to ArcGIS Online Open Data hosted feature services supported? in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352376#M1782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankfully, time continues to pass... and things continue to change.&amp;nbsp; I'm clicking the "Unmark as Correct" button on Scott's previously correct answer due to an "unsupported workflow" note during an open case with Esri technical support on a big bonk that happened the last time I tried to run the update script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the correct answer has become:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use ArcMap 10.3 and maybe higher (but test first) to open the source MXD&lt;/LI&gt;&lt;LI&gt;File &amp;gt; Share As &amp;gt; Service &amp;gt; Overwrite an existing service&lt;/LI&gt;&lt;LI&gt;Note that at 10.3 this procedure does not cause the AGO FL(H) (ArcGIS Online Feature Layer (Hosted)) item to have a new item ID.&amp;nbsp; Therefore, this workflow does not bust any links one might have made to the Open Data item from things like FGDC metadata online resource tags, data catalogs, and such.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and go ahead and script it up with Model Builder and/or Python.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 16:51:02 GMT</pubDate>
    <dc:creator>TimMinter</dc:creator>
    <dc:date>2015-05-22T16:51:02Z</dc:date>
    <item>
      <title>Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352367#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;I need to manage data as a geodatabase feature class within my employer's computing environment, and provide it for public discovery and access as an ArcGIS Online hosted feature service shared to our Open Data site.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Has anyone found a best or good practice for doing such a thing cleanly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;I was hoping to publish updated content by overwriting an existing hosted feature service because I could be sure to keep the URL to the service resource constant.&amp;nbsp; This plan does not work well with ArcGIS Online and Open Data &lt;A href="http://doc.arcgis.com/en/arcgis-online/share-maps/publish-features.htm#ESRI_SECTION1_94021BE7D875474681DAD20D05A90AF6http://"&gt;because the item ID changes during the overwrite procedure&lt;/A&gt; and &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000009s000000http://"&gt;updating the URL &lt;/A&gt;for a hosted feature service item is not supported.&amp;nbsp; Overwriting the hosted feature service results in the URL remaining the same, but it breaks all of the Open Data item ID-based access to content (spreadsheet, KML, shapefile, API &amp;gt; GeoJSON, and Metadata) and therefore any web apps that expect the content to be available based on persistent URLs.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 23:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352367#M1773</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2014-07-21T23:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352368#M1774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete and append using the ArcREST python toolset.&amp;nbsp; It is downloadable from here:&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; &lt;A href="https://github.com/Esri/ArcREST/releases"&gt;https://github.com/Esri/ArcREST/releases&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Set it up using “setup.py install”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Then you can run something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14068301548068422" jivemacro_uid="_14068301548068422"&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;# Deletes all rows from feature layer&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;# Adds rows from local feature class&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;# to a hosted feature service&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;import arcrest&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;try:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; url = "&lt;A href="http://services.arcgis.com/2zRtyrQ6q4mGrLJK/arcgis/rest/services/Snotel_Sites/FeatureServer/0"&gt;http://services.arcgis.com/2zRtyrQ6q4mGrLJK/arcgis/rest/services/Snotel_Sites/FeatureServer/0&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; username = "YourUserName"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; password = "YourPassword"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; fl = arcrest.agol.layer.FeatureLayer(url=url,username=username,password=password)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; print fl.deleteFeatures(where="1=1")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; print 'all features removed'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; fc = r"c:\temp\snotel.gdb\snotel"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; features = arcrest.agol.common.Feature.fc_to_features(fc)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; print fl.addFeature(features=features)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt;except ValueError, e:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red;"&gt; print e&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Here are some other simple samples using ArcREST: &lt;A href="https://github.com/Esri/ArcREST/tree/master/samples"&gt;https://github.com/Esri/ArcREST/tree/master/samples&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;You can basically perform all CRUD operations on an existing host feature service using ArcREST as well as manipulate it's service definition (update fields, etc...). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;I tested it with the above script and it worked well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;I hope that helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352368#M1774</guid>
      <dc:creator>ScottMoore__Olympia_</dc:creator>
      <dc:date>2014-07-31T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352369#M1775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good info!&amp;nbsp; I can use this until enterprise geodatabase replication or similar out-of-the-box capabilities show up in the ArcGIS Platform for managing data locally and publishing in ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352369#M1775</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2014-07-31T18:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352370#M1776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an upcoming correct answer... hopefully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2014/09/09/arcgis-online-update-coming-september-23-2014"&gt;9/23/2014 ArcGIS Online Update&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Feature Layers&lt;/P&gt;&lt;P class="toptext"&gt;In the September update we plan to add an improved user experience for updating data in your ArcGIS Online-hosted feature layers. If you need to update data associated with your hosted feature layer, you will be able to update the layer through My Content &lt;SPAN style="text-decoration: underline;"&gt;and&lt;/SPAN&gt; maintain the item URL and details."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 16:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352370#M1776</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2014-09-10T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352371#M1777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, bummer.&amp;nbsp; Another GOTCHA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I opened a case regarding "Overwrite" not being available, "&lt;A href="http://doc.arcgis.com/en/arcgis-online/share-maps/manage-hosted-layers.htm#ESRI_SECTION1_1D3A87A80E3E4CD2A71744715F1522FE"&gt;Overwrite hosted feature layers&lt;/A&gt;" documentation was updated yesterday to highlight that this capability only works if you publish the hosted feature layers by loading a file geodatabase or shapefile and choosing to create a feature layer at loading time.&amp;nbsp; However, the doc does not note (today) that if you published the hosted feature layer from ArcMap, that Overwrite is not provided as an option.&amp;nbsp; Today, that information may only be on this little post in the untraveled hinterlands of GeoNet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you publish the hosted feature service from a file geodatabase so you can use Overwrite, then you lose metadata (e.g. description, copyright text, constraints, tags, display field, min/max scales, etc.) in the item and in the service catalog.&amp;nbsp; Also note that layer names are not generated from feature class aliases if you publish from file geodatabases.&amp;nbsp; And, I'm not seeing a way to specify max records returned.&amp;nbsp; Kind of a miss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since retaining and presenting service metadata when publishing from a file geodatabase is not supported and other capabilities are missing, Overwrite is of little use to organizations who have a requirement to make the metadata available at the service endpoint along with their Open Data offerings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have to stick with Scott's customization above until the file geodatabase publishing tools respect the GDB and feature class metadata.&amp;nbsp; Disappointing for our purposes.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 22:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352371#M1777</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2014-10-09T22:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352372#M1778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;I tried your script against ArcREST2 and I get this below error:&lt;/P&gt;&lt;P&gt; fl = arcrest.agol.layer.FeatureLayer(url=url,username=username,password=password)&lt;/P&gt;&lt;P&gt;TypeError: __init__() got an unexpected keyword argument 'username'&lt;/P&gt;&lt;P&gt;any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 13:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352372#M1778</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2015-03-27T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352373#M1779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that script uses the v1 of ArcREST.&amp;nbsp; Did you download ArcREST v2?&amp;nbsp; Here is the link to v1: &lt;A href="https://github.com/Esri/ArcREST/tree/October2014v1.0Final" title="https://github.com/Esri/ArcREST/tree/October2014v1.0Final"&gt;Esri/ArcREST at October2014v1.0Final · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352373#M1779</guid>
      <dc:creator>ScottMoore__Olympia_</dc:creator>
      <dc:date>2015-04-01T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352374#M1780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;I downloaded and installed v1 and the script runs fine until deleting features. After printing 'All features removed', pythonw.exe stops working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I uninstall v2 first? Or is it something else? any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 19:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352374#M1780</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2015-04-01T19:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352375#M1781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time passes... things change.&amp;nbsp; Spotted this note today suggesting that maybe this situation has been improved.&amp;nbsp; It bears a little investigation, maybe!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign in to Esri's support system and search for BUG-000082504.&amp;nbsp; Suggests "Fixed"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352375#M1781</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2015-04-10T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352376#M1782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankfully, time continues to pass... and things continue to change.&amp;nbsp; I'm clicking the "Unmark as Correct" button on Scott's previously correct answer due to an "unsupported workflow" note during an open case with Esri technical support on a big bonk that happened the last time I tried to run the update script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the correct answer has become:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use ArcMap 10.3 and maybe higher (but test first) to open the source MXD&lt;/LI&gt;&lt;LI&gt;File &amp;gt; Share As &amp;gt; Service &amp;gt; Overwrite an existing service&lt;/LI&gt;&lt;LI&gt;Note that at 10.3 this procedure does not cause the AGO FL(H) (ArcGIS Online Feature Layer (Hosted)) item to have a new item ID.&amp;nbsp; Therefore, this workflow does not bust any links one might have made to the Open Data item from things like FGDC metadata online resource tags, data catalogs, and such.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and go ahead and script it up with Model Builder and/or Python.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 16:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352376#M1782</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2015-05-22T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352377#M1783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other option, if you are scripting your updates is to use this process which works great!&amp;nbsp; &lt;A href="http://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/" title="http://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/"&gt;Updating your hosted feature service for 10.2 | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 16:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352377#M1783</guid>
      <dc:creator>ScottMoore__Olympia_</dc:creator>
      <dc:date>2015-05-22T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352378#M1784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3680"&gt;Scott Moore&lt;/A&gt;​, useful info and a good option when work-arounds are needed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And... that process looks like it lives in the "unsupported workflow" realm from Esri tech support's perspective.&amp;nbsp; Under currently high licensing costs and related Esri services, it seems to me that we realize the best value by sticking with "supported workflows" as a best practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 18:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352378#M1784</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2015-05-22T18:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Are updates to ArcGIS Online Open Data hosted feature services supported?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352379#M1785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do the same thing but with the newer version of ArcREST (v. 3.0.1) and I keep getting a very vague error message.&amp;nbsp; From the samples provided from the github repo, I edited the delete_rows_from_service.py by adding my username, password, organization URL, AGOL item ID, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;error on line: 49&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;with error message: AttributeError: 'NoneType' object has no attribute 'starts with'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and this is line 49:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;fst = featureservicetools.featureservicetools(securityinfo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to solve this?&amp;nbsp; I'm using our AGOL admin account so I'm fairly certain it's not a permissions issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/are-updates-to-arcgis-online-open-data-hosted/m-p/352379#M1785</guid>
      <dc:creator>NickO_Day</dc:creator>
      <dc:date>2015-12-30T17:09:44Z</dc:date>
    </item>
  </channel>
</rss>

