Hello,
We are using the feature generation API - sharing/rest/content/features/generate for getting features from a shape file zip (ZIP created on extracting layer data in SHP format using ArcGis Pro).
Using the endpoint https://heathconsultants.maps.arcgis.com/sharing/rest/content/features/generate from our online Organization. It works as expected when we are trying to generate features from a file with <4000 items (features). Tried with files with 1200+ and 2k+ records which was successful, but did not work when we were trying to get data from files with 8k+ or 12k+ records.
Get the error - {"error":{"code":400,"message":"The maximum number of records allowed (4000) has been exceeded.","requestId":""}}
Sending the publish parameters - {"name":"sbulargemapsheetshapefiles10-15-19-mod","targetSR":{"latestWkid":3857,"wkid":102100},"maxRecordCount":10000,"enforceInputFileSizeLimit":true,"enforceOutputJsonSizeLimit":true,"generalize":true,"maxAllowableOffset":10,"reducePrecision":true,"numberOfDigitsAfterDecimal":0}
Where targetSR is generated from the spatial reference of the map created via ArcGis JS SDK in a Web Application.
Wanted to know how we can go about increasing this max record count.
Any help would be appreciated. Thank you in advance