[<User username:admin>, <User username:arcgis_python_api>, <User username:brown.rogers>, <User username:davis.reed>, <User username:esri_boundaries>, <User username:esri_demographics>, <User username:esri_livingatlas>, <User username:esri_nav>, <User username:johnson.stewart>, <User usernam...
Hi, I have previously succeeded in running a python script (set up as a tool in ArcGIS pro) that cloned an app (in this case the attachment viewer) and all it content which was a map and the layers within the map. It previously functioned perfectly, however a change (earl...
ArcGIS Online Assistant is often considered as the only way to copy contents from one ArcGIS Online organization or Portal for ArcGIS to another. However, the instructions provided below describe how to do this using the ArcGIS API for Python to copy contents web maps, configurable apps, dashboa...
You can use the Python API to deep clone items and their dependencies using "clone_items" like the following: source_gis = arcgis.gis.GIS("https://arcgis.com","username","password") target_gis = arcgis.gis.GIS("https://server.com/portal", "username","password")...
arcgis api for python clone clone_items publish Reply 0 Kudos All Posts Previous Topic Next Topic 6 Replies by JakeSkinner 10-01-2021 06:22 AM Hi @suryakant_cssl, If you have a built-in or active directory account for Portal, you can use ...
I have talked to ESRI support and their are known bugs for cloning all apps with the clone.items() function. I have been told there is no current work around or other functions that could be used on cloning Apps and these bugs will be addressed in the ArcGIS API Pyt...