I have used the image editor demo in my site which works great.
The issues I am having is when it comes to saving back. I want to save it back to filepicker without any user input (not use filepicker.saveas
function) but it does not work. I tried the curl call as specified in the docs
curl -X POST -d @filename.txt --header "Content-Type:text/plain" https://www.filepicker.io/api/file/gNw4qZUbRaKIhpy-f-b9
but just get a generic error from the system.