error: Yourrequesthastimedout.: (ErrorCode:504)',<Itemtitle:"item_title"type:FeatureLayerCollectionowner:username>)File"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\_impl\common\_clone.py",line4270,incloneraise_ItemCreateException(arcgis._impl.common._clon...
Glad to see i'm not the only one who wants to clone a Web Application with the ArcGIS API for Python. Anyway, the thing with the clone_items() method its only clone the item but doesn't create one. Thus when a layer is cloned, its still pointing to the original one ...
Python API Version [e.g.1.6.2] (you can get this by typingprint(arcgis.__version__)2.4.0
The following Python script (run from a Jupyter Notebook interface) uses the clone_items method in the arcgis module to copy hosted feature layers and the underlying service from one ArcGIS Online organization to another. The sample cells used are intended for use in Jupyter Notebook, but can ...
[<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...
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...
Python API Version [e.g.1.6.2] (you can get this by typingprint(arcgis.__version__)arcgis V 2.4.0 EDIT: added lines to make example py more accurate. Was missing lines and was more like pseudocode and could have suggest the error was just due to that....
The [clone_items] method provided in ArcGIS Python API is failing for all hosted feature services with the following message. "('Failed to create Feature Service Wetlands: Access to admin resources are not allowed\n(Error Code: 403)', <Item title:"Wetlands"...
The ago-clone-items repo is deprecated since the functionality was moved into the Python API. 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","...