You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Rest API - Upload a temporary file

edited Jan 28, 2021 11:44PM in Enterprise Data Management 5 comments

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!