<?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 Error message cloning Storymap from one Enterprise portal to another in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-message-cloning-storymap-from-one-enterprise/m-p/1600416#M11274</link>
    <description>&lt;P&gt;I've been working on cloning a StoryMap from our development portal to our production portal, using the code from the &lt;A href="https://developers.arcgis.com/python/latest/guide/cloning-complex-apps/#storymaps-web-scenes-and-item-remapping" target="_self"&gt;ArcGIS API for Python documentation&lt;/A&gt;. It works fine until the line&lt;/P&gt;&lt;LI-CODE lang="python"&gt;clone_list = gis_target.content.clone_items(items = [storymap], search_existing_items=True, folder = "Clone_Test")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This raises an error&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DeprecatedWarning: create_folder is deprecated as of 2.3.0 and has be removed in 3.0.0. Use `gis.content.folders.create` instead.
  self._clone_init()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The item still clones, though, presumably since it's only deprecated and not removed at this point. It also doesn't create the folder 'Clone_Test', maybe because '&lt;SPAN&gt;search_existing_items' should be False, not True?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently on Enterprise 11.2, but will be moving to 11.3 next week, which I'm assuming from the error message means that the code will break. Is my thinking correct, and if so, what would be the correct code? I could use the 'gis.content.folders.create', but what about the actual cloning line? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2025 14:40:36 GMT</pubDate>
    <dc:creator>ZenMasterZeke</dc:creator>
    <dc:date>2025-03-28T14:40:36Z</dc:date>
    <item>
      <title>Error message cloning Storymap from one Enterprise portal to another</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-message-cloning-storymap-from-one-enterprise/m-p/1600416#M11274</link>
      <description>&lt;P&gt;I've been working on cloning a StoryMap from our development portal to our production portal, using the code from the &lt;A href="https://developers.arcgis.com/python/latest/guide/cloning-complex-apps/#storymaps-web-scenes-and-item-remapping" target="_self"&gt;ArcGIS API for Python documentation&lt;/A&gt;. It works fine until the line&lt;/P&gt;&lt;LI-CODE lang="python"&gt;clone_list = gis_target.content.clone_items(items = [storymap], search_existing_items=True, folder = "Clone_Test")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This raises an error&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DeprecatedWarning: create_folder is deprecated as of 2.3.0 and has be removed in 3.0.0. Use `gis.content.folders.create` instead.
  self._clone_init()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The item still clones, though, presumably since it's only deprecated and not removed at this point. It also doesn't create the folder 'Clone_Test', maybe because '&lt;SPAN&gt;search_existing_items' should be False, not True?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently on Enterprise 11.2, but will be moving to 11.3 next week, which I'm assuming from the error message means that the code will break. Is my thinking correct, and if so, what would be the correct code? I could use the 'gis.content.folders.create', but what about the actual cloning line? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 14:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-message-cloning-storymap-from-one-enterprise/m-p/1600416#M11274</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2025-03-28T14:40:36Z</dc:date>
    </item>
  </channel>
</rss>

