REST API for Documents
Summary
Uploading documentsContent
Can somebody please share a syntax example of how to upload a file? I've got a working Bearer Token and a URL for the site, a parent folder where to host and a file itself. I just don't understand how the multipart/form-data content type should be type. Does this work with a single curl call?
I'm trying this syntax
curl -i -H 'Authorization: Bearer tokenValue' -F 'parentID: F6F9E06748241C3CBB2DEF2EF6C3FF17C1177A968060' -F 'primaryFile:another-sample.txt' POST https://oradocs-corp.documents.us2.oraclecloud.com
and I'm getting the following curl error
Tagged:
0