<?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: Upload / import an experience to ArcGIS online in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1162497#M4123</link>
    <description>&lt;P&gt;Lol good luck with that. You can try using &lt;A title="ArcGIS Assistant" href="https://assistant.esri-ps.com/" target="_self"&gt;ArcGIS Assistant&lt;/A&gt;&amp;nbsp;but understand it's not officially supported and you're trying to go from v1.5 to I think v.1.8 so it may not be possible anyway&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 12:55:16 GMT</pubDate>
    <dc:creator>QuantitativeFuturist</dc:creator>
    <dc:date>2022-04-08T12:55:16Z</dc:date>
    <item>
      <title>Upload / import an experience to ArcGIS online</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1158175#M4026</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an experience created in the developer edition (v. 1.5) of my enterprise portal. I've downloaded it and would like to upload it to my online account. What would be the way?&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Marcelo&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 11:53:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1158175#M4026</guid>
      <dc:creator>MarceloRosensaft</dc:creator>
      <dc:date>2022-03-27T11:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload / import an experience to ArcGIS online</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1162497#M4123</link>
      <description>&lt;P&gt;Lol good luck with that. You can try using &lt;A title="ArcGIS Assistant" href="https://assistant.esri-ps.com/" target="_self"&gt;ArcGIS Assistant&lt;/A&gt;&amp;nbsp;but understand it's not officially supported and you're trying to go from v1.5 to I think v.1.8 so it may not be possible anyway&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 12:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1162497#M4123</guid>
      <dc:creator>QuantitativeFuturist</dc:creator>
      <dc:date>2022-04-08T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Upload / import an experience to ArcGIS online</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1719583#M24068</link>
      <description>&lt;P&gt;There is a method in the Python API that will get you there:&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.apps.expbuilder.html#webexperience" target="_blank"&gt;https://developers.arcgis.com/python/latest/api-reference/arcgis.apps.expbuilder.html#webexperience&lt;/A&gt;&amp;nbsp;(upload())&lt;/P&gt;&lt;P&gt;Here is some code that will get you going:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.apps.expbuilder import WebExperience 
from arcgis.gis import GIS

print("STARTING")
gis = GIS("", "", "")
# Point to the config.json from your Dev Edition download folder
# (or, in API v2.4.0+, the path to the project folder itself)
local_exp = WebExperience(gis=gis, path=r"C:\Path\to\server\public\apps\0") #\config.json#")

new_item = local_exp.upload(
    gis=gis,
    publish=True,
    title="My Uploaded Experience",
    # widget_mapping={"my-widget":"my-widget"},
    auto_remap=True        # auto-matches datasources by name/type in target org
)
print("ALL DONE. BOOM!")
 &lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 10 Aug 2026 15:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/upload-import-an-experience-to-arcgis-online/m-p/1719583#M24068</guid>
      <dc:creator>DirkAtWSP</dc:creator>
      <dc:date>2026-08-10T15:26:50Z</dc:date>
    </item>
  </channel>
</rss>

