Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 14, 2017 8:08PM
Likes: 0
Replies: 1
Hello,
it's quite easy to alter an existing file with the DSS REST API with the documented method POST (https://doc.dataiku.com/dss/api/4.1/rest/#plugins-plugin-contents-post)
But when i try to create a new file the API refuse to do it with this answer :
{
"errorType": "java.lang.IllegalArgumentException",
"message": "File README.md does not exist",
"detailedMessage": "File README.md does not exist",
"stackTrace": []
}
Does anyone acheived to create a new file without relying on the plugin update endpoint (uploading a zip file) ?
Or am i missing something ?