I am needing to transfer my experience builder to another ArcGIS organization. I have tried both ArcGIS Online Assistant and the API code from the blog post: https://community.esri.com/t5/learn-arcgis-documents/how-to-copy-content-from-one-arcgis-online-acco...
I have used the code to transfer other content (web maps, web app builder, and survey123 forms) with success. I am wondering if there is something extra that needs to be added?
The error I get is:
("Failed to create Web Experience: [Errno 2] No such file or directory: 'C:\\\\Users\\\\......... , None)
I was able to clone an Experience Builder app (with the web map) from ArcGIS Online to our Enterprise Portal 11.5 using the ArcGIS API for Python. Here's the Esri resource I started with:
Copy/clone content from one ArcGIS Online organization or Portal for ArcGIS to another
I did get this warning in Portal when opening the cloned app in Experience Builder: "This experience is in higher version. Incompatible contents may not work."
EDIT:
I was able to dispel the incompatibility warning banner by generating a template from the imported app, then creating a new app from that template.