content.clone_items(items=[db]) This immediately fails. Was something mandatory left out in the construction process? Traceback (most recent call last): File "C:\Users\me\code\source\repos\arcgis-cloner\src\por
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...