Hi all,
Making a request to the service URL confirms:
"supportsAppend": true
However when calling the /append endpoint using an OAuth token (from an app made by an admin account), I get this response:
{
"error": {
"code": 405,
"message": "Unable to append data.",
"details": [
"Append is not enabled."
]
}
}
Sync and tracking are both disabled on the layer, as required. The /addFeatures endpoint works fine. Not sure what else to try. Does anyone know why I can't append?