We are trying to use rest api "Create Node" in our Java code and implemented upload functionality.
But whenever we are passing array bytes of document, we are getting success (200) but not getting node id in response and document is not getting uploaded.
Is there any sample to upload file using array bytes (Java code)?
Thanks,
Shekhar