I've published a feature service to our instance of ArcGIS server v 10.4.1 and am attempting to manually apply edits to test out the service.
While using the REST endpoint's "ApplyEdits" hyperlink, I'm inserting the following line into the "Adds" section:
[{"attributes":{"Junk":"junk,"BeginDate":1428292800000,"EndDate":1428465600000,"CreateDate":1491418656097}}]
The error that I'm receiving at this time is:
"Unable to complete operation. Internal error during object insert"
But after I review the server logs for that feature service, it states:
Error: Insufficient permissions.
How do I apply the necessary permissions to allow edits to be applied to this feature service?
Any help would be appreciated.
Walter