Hello,
When using the REST API (POST /api/v1/nodes) to create a document int Content Server, can I pass in a binary string as the content of the file? Is there sample code for this? My page need to download a file from a web site (SharePoint) then upload it to Content Server without user intervention.
I know the API works for a File object of an “input” html control, as shown in the post: Create Document via REST. But in our scenario, we don't have a File Upload control on the page.
Thanks,
Matthew