Delete a video transcoded binary with rest-api
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 05:49 AM
Hi,
I have multiple transcoded binary for my video and I try to delete a transcoded binary with curl : curl -u Administrator:Administrator -X DELETE http://localhost:8080/nuxeo/api/v1/id/cae7e409-13f1-4193-aaa9-f6220052f56e/@blob/vid:transcodedVideo...
0 is the index of the binary file I want to delete, but the deleted binary file is always index+1 If I try to delete the last index, it's ok, the last index will be deleted.
An idea ?
Thanks 🙂
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 07:37 AM
Hi,
This looks like https://jira.nuxeo.com/browse/NXP-19010 (but not sure it is actually the same issue here)
