<?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 How to update a Tile Package in AGOL With Python? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558501#M28178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is updating a Tile Package hosted on AGOL with Python even possible? There used to be&amp;nbsp;&lt;A class="link-titled" href="https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7" title="https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7"&gt;https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7&lt;/A&gt;&amp;nbsp; which no longer works due to SSL settings, which even when tell&amp;nbsp; urllib to ignore the warnings, it still doesn't work. Surely someone has solved this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2020 16:26:21 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2020-02-10T16:26:21Z</dc:date>
    <item>
      <title>How to update a Tile Package in AGOL With Python?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558501#M28178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is updating a Tile Package hosted on AGOL with Python even possible? There used to be&amp;nbsp;&lt;A class="link-titled" href="https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7" title="https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7"&gt;https://cloudygis.maps.arcgis.com/home/item.html?id=d829e15ca7d840f29b1a1d8d2e8b7ac7&lt;/A&gt;&amp;nbsp; which no longer works due to SSL settings, which even when tell&amp;nbsp; urllib to ignore the warnings, it still doesn't work. Surely someone has solved this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558501#M28178</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2020-02-10T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a Tile Package in AGOL With Python?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558502#M28179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/sharing/tilesharingdraft-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/sharing/tilesharingdraft-class.htm"&gt;TileSharingDraft—Sharing module | Documentation&lt;/A&gt;&amp;nbsp;, and I see&amp;nbsp;&lt;/P&gt;&lt;TABLE style="color: #4c4c4c; background-color: #ffffff; border: 1px solid #cccccc; font-size: 0.875rem; margin-bottom: 1.55rem;"&gt;&lt;TBODY&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;overwriteExistingService&lt;DIV class=""&gt;(Read and Write)&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;Specifies whether an existing service with the same name will be overwritten.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Boolean&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;in the documentation, but&amp;nbsp;sharing_draft.overwriteExistingService = "True" (and I tried "true") results in&amp;nbsp;&lt;/P&gt;&lt;P&gt;Service name 'GRSM_STORM_TOTAL_PRECIP_TILES' already exists for 'orgid'&lt;BR /&gt;Failed to execute (UploadServiceDefinition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the documentation wrong, or is there a bug and you can't use&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/sharing/tilesharingdraft-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/sharing/tilesharingdraft-class.htm"&gt;TileSharingDraft—Sharing module | Documentation&lt;/A&gt;&amp;nbsp;&amp;nbsp;to overwrite an existing tile service despite the documentation suggesting otherwise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 17:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558502#M28179</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2020-02-10T17:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a Tile Package in AGOL With Python?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558503#M28180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;booleans shouldn't be enclosed in quotes ...&amp;nbsp; True ... by itself.&amp;nbsp; If it requires a string, it should be stated as such and would definitely be an error in the documentation. ( True != "true" != "True" )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 17:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558503#M28180</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-10T17:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a Tile Package in AGOL With Python?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558504#M28181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helpful, changed it, BUT, same error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Service name 'GRSM_STORM_TOTAL_PRECIP_TILES' already exists for 'orgid'&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Failed to execute (UploadServiceDefinition).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 17:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558504#M28181</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2020-02-10T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a Tile Package in AGOL With Python?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558505#M28182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/classes/env.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/classes/env.htm"&gt;env—ArcPy classes | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.env.overwriteOutput = True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a script and deleting that type of object is supported&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-update-a-tile-package-in-agol-with-python/m-p/558505#M28182</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-10T18:09:31Z</dc:date>
    </item>
  </channel>
</rss>

