Rest API - Upload a temporary file
Summary
Is it just me of does the documentation for "Upload a temporary file" seem incomplete?Content
The example seems incomplete see below...
Does anyone have a working example? I'm having issues trying to upload a file to then import into an existing EDM dimension.
Examples
The following example shows how to upload a temporary file by submitting a post request on the REST resource using cURL.
cURL Command
Copycurl --user epm_cloud_user -X POST \ https://servername.fa.us2.oraclecloud.com/epm/rest/v1/files/temp \ -H 'Content-Type: multipart/form-data' \ -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \ -F file=
Tagged:
0