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\c
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\portal_app.py", line 211, in run_item_clone cloned_item = ...
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 ...
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"...
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....
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...
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","...