<?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: 2.0.1 doesnt support geopackage publishing in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1192262#M7562</link>
    <description>&lt;P&gt;ahh but .overwrite still fails. so i can add it and publish it but not update it...?????&lt;/P&gt;&lt;P&gt;in fact you can not overwrite a feature layer made from a geopackage even through the online interface&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TracyLove_0-1657847771183.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45921i49DDF68C07A12B58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TracyLove_0-1657847771183.png" alt="TracyLove_0-1657847771183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i read the caveats about overwrites here&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but nothing helped. i guess i have to take the above docs as correct where it says "To update the data in hosted feature layers published from a file geodatabase, shapefile, GeoJSON file, &lt;SPAN class=""&gt;Microsoft Excel&lt;/SPAN&gt; file, or &lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/csv-gpx.htm#GUID-4EDCE12E-285E-41D0-A3B8-1BAB4B111922" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;.csv&lt;/SPAN&gt; file&lt;/A&gt;"&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 21:33:38 GMT</pubDate>
    <dc:creator>TracyLove</dc:creator>
    <dc:date>2022-08-18T21:33:38Z</dc:date>
    <item>
      <title>2.0.1 doesnt support geopackage publishing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1187839#M7530</link>
      <description>&lt;P&gt;am i correct that the latest version of the api does not support publishing of geopackage but that you can manually publish geopackages in arcgis online?&lt;/P&gt;&lt;P&gt;where does one find out when something like this is going to be implemented in the API?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1187839#M7530</guid>
      <dc:creator>TracyLove</dc:creator>
      <dc:date>2022-06-29T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.1 doesnt support geopackage publishing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1191123#M7550</link>
      <description>&lt;P&gt;ok so i read the code and kept chasing and figured a way to make it happen. so a number of formats can be published with just .publish() but some apparently need to be analyzed??? but the product of a analyze on a geopackage is broken. you tell it you are analyzing a geoPackage but it returns that its CSV. so then you have to sternly say that no it is in fact geopackage. so this works ...&lt;/P&gt;&lt;P&gt;analyzed = agolSpace.content.analyze(item = sourceItem, file_type='geoPackage')&lt;BR /&gt;publish_parameters = analyzed['publishParameters']&lt;BR /&gt;publish_parameters['type'] = 'GeoPackage'&lt;BR /&gt;item = sourceItem.publish(publish_parameters, file_type='GeoPackage')&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 17:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1191123#M7550</guid>
      <dc:creator>TracyLove</dc:creator>
      <dc:date>2022-07-09T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0.1 doesnt support geopackage publishing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1192262#M7562</link>
      <description>&lt;P&gt;ahh but .overwrite still fails. so i can add it and publish it but not update it...?????&lt;/P&gt;&lt;P&gt;in fact you can not overwrite a feature layer made from a geopackage even through the online interface&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TracyLove_0-1657847771183.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45921i49DDF68C07A12B58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TracyLove_0-1657847771183.png" alt="TracyLove_0-1657847771183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i read the caveats about overwrites here&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but nothing helped. i guess i have to take the above docs as correct where it says "To update the data in hosted feature layers published from a file geodatabase, shapefile, GeoJSON file, &lt;SPAN class=""&gt;Microsoft Excel&lt;/SPAN&gt; file, or &lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/csv-gpx.htm#GUID-4EDCE12E-285E-41D0-A3B8-1BAB4B111922" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;.csv&lt;/SPAN&gt; file&lt;/A&gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 21:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/2-0-1-doesnt-support-geopackage-publishing/m-p/1192262#M7562</guid>
      <dc:creator>TracyLove</dc:creator>
      <dc:date>2022-08-18T21:33:38Z</dc:date>
    </item>
  </channel>
</rss>

