HI everyone I am new to ESRI ..
I am trying to render the shape file which getting error , api to generate shape file to feature file is giving error saying that maximum number of recoded allowed (1000) has been exceeded
coul you please help on this
{
"name": "request:server",
"message": "The maximum number of records allowed (1000) has been exceeded.",
"details": {
"url": "https://www.arcgis.com/sharing/rest/content/features/generate",
"requestOptions": {
"method": "post",
"query": {
"filetype": "shapefile",
"publishParameters": "{\"name\":\"cmygeodata\",\"targetSR\":{\"wkid\":102100},\"maxRecordCount\":5000,\"enforceInputFileSizeLimit\":true,\"enforceOutputJsonSizeLimit\":true,\"generalize\":true,\"maxAllowableOffset\":10,\"reducePrecision\":true,\"numberOfDigitsAfterDecimal\":0}",
"f": "json"
},
"responseType": "json",
"body": {}
},
"ssl": false,
"httpStatus": 400,
"raw": {
"code": 400,
"message": "The maximum number of records allowed (1000) has been exceeded.",
"requestId": "",
"traceId": "00000000000000000000000000000000"
}
}
}