Unable to upload the Dimensions data file from local machine to EDMCS temp directory
Summary
I am trying to upload data file by using curl script which is provided in the EDMCS Rest API's document, while executing curl script on commend getting an error.Content
Hi All,
Good Evening.
I am trying to upload Dimensions data file by using curl script which is provided in the EDMCS Rest API's document, while executing curl script on commend getting an error. here what is mean by boundary how can i find it of the (application) pod.
Code Snippet
curl --user XXXX.User:pwd -X POST \ https://xxxxxxxxxx.epm.em2.oraclecloud.com:443/epm/rest/v1/files/temp \ -H 'Content-Type: multipart/form-data' \ -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \ -F file='@/C:\Users\karthikkumaa\Desktop\EDMCS REST\curl-7.61.0\AMD64\KPIT_Account_Karthik.csv'
1