local_clone.get_data()["dataSources"] {'dataSource_1': {'id': 'dataSource_1', 'type': 'WEB_MAP', 'sourceLabel': 'UC Location', 'itemId': 'a39a060de7724041a3fb7b529456b075', 'portalUrl': 'https://pythonapi.maps.arcgis.com'}, 'dataSource_4': {'id': 'dataSource_4', '...
Fixed error inclone_items()function handling ofMapServicepaths Fixed error when using [pip] to installarcgison Windows machines without Anaconda Fixed intermittent problem when storing multiple users on the same portal in aprofilefile Fixed issue with incorrectroleinformation returned byUserManager.search...
The clone_items method in ArcGIS API for Python fails to copy data when the feature layer to be copied is large in size.
fromarcgis.gisimportGISgis=GIS("https://arcgis.com","username","password",expiration=9999)layer=gis.content.get("featureserviceid")gis.content.clone_items([layer],"Test Folder") error: Yourrequesthastimedout.: (ErrorCode:504)',<Itemtitle:"item_title"type:FeatureLayerCollectionowner:username>)...
Describe the bug I'm trying to clone a dashboard. I've cloned other dashboards before without this happening. It's very basic dashboard with one map and a gauge and date picker. It's just for testing. It's published and has an id and wor...
Release 1.4.1 of the ArcGIS API for Python arrives with a whole set of new functions, performance improvements, and bug fixes.
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...
You can read more about the clone_items function here:https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clo... How to copy items in bulk: 1. If you want to copy more than a few items at a time, return to ...
I did a complete reset of Windows installing ArcGIS Pro 2.8.3 and Anaconda --> The Python-Clone of ArcGIS Pro worked perfectly with Anaconda/Spyder. Due to instabilities of some tools (e.g., Pairwise Dissolve) in the ArcGIS Pro version 2.8.3, I tried to upgrade again t...
BUG-000131076 In ArcGIS REST API geocoding, finding the address point for particular location of a specific area "Garden city, Idaho" does not return the coordinates for street entrance regardless of setting the parameter to "locationType=street". BUG-000131129 Geojson to Features conversion ...