<?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 Need help with create StoryMap using ArcGIS API for Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1368255#M9505</link>
    <description>&lt;P&gt;Hi,I have some question about creating story map from coding using python.&lt;BR /&gt;This is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS

portal_url = "https://your-organization/portal"
gis = GIS(url=portal_url, username="YourName", password="YourPassword")

storymap_item = gis.content.add({"type": "StoryMap",'title': 'My Test Python Story2'
                                } , owner = "YourName")
storymap_item.share(everyone=False)  

storymap_url = storymap_item.homepage
print(f"StoryMap URL: {storymap_url}")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It's create story map in my content but it can't be view or edit like create with normal way&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarutTheesungnern_1-1704877531500.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91043iA42DDCEDDA960265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarutTheesungnern_1-1704877531500.png" alt="SarutTheesungnern_1-1704877531500.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does anyone has solution for creating Story map from python or have docs for help?&lt;BR /&gt;Appreciate all answers, btw sorry for my bad english.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 09:08:00 GMT</pubDate>
    <dc:creator>Tbones</dc:creator>
    <dc:date>2024-01-10T09:08:00Z</dc:date>
    <item>
      <title>Need help with create StoryMap using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1368255#M9505</link>
      <description>&lt;P&gt;Hi,I have some question about creating story map from coding using python.&lt;BR /&gt;This is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS

portal_url = "https://your-organization/portal"
gis = GIS(url=portal_url, username="YourName", password="YourPassword")

storymap_item = gis.content.add({"type": "StoryMap",'title': 'My Test Python Story2'
                                } , owner = "YourName")
storymap_item.share(everyone=False)  

storymap_url = storymap_item.homepage
print(f"StoryMap URL: {storymap_url}")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It's create story map in my content but it can't be view or edit like create with normal way&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarutTheesungnern_1-1704877531500.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91043iA42DDCEDDA960265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarutTheesungnern_1-1704877531500.png" alt="SarutTheesungnern_1-1704877531500.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does anyone has solution for creating Story map from python or have docs for help?&lt;BR /&gt;Appreciate all answers, btw sorry for my bad english.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1368255#M9505</guid>
      <dc:creator>Tbones</dc:creator>
      <dc:date>2024-01-10T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create StoryMap using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1368854#M9513</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/753353"&gt;@Tbones&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any difference if you change the sharing level to everyone or org?&lt;/P&gt;&lt;P&gt;storymap_item.share(everyone=True, org=True)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 12:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1368854#M9513</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-01-11T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with create StoryMap using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1370059#M9522</link>
      <description>&lt;P&gt;Thank you for the answer. I already fix it by using&amp;nbsp;&lt;SPAN&gt;arcgis&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;apps&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;storymap import StoryMap.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 02:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/need-help-with-create-storymap-using-arcgis-api/m-p/1370059#M9522</guid>
      <dc:creator>Tbones</dc:creator>
      <dc:date>2024-01-15T02:46:23Z</dc:date>
    </item>
  </channel>
</rss>

