Expand my Community achievements bar.

SOLVED

Illegal character in path at index 49 - AEP

Avatar

Level 4

This error makes no sense- 

 

Details: I am using create new batch API  -https://platform.adobe.io/data/foundation/import/batches?datasetId={{batchid}}

Response i get is - 

 "type""/placeholder/type/uri",
    "status""500",
    "title""UnknownError",
    "detail""Illegal character in path at index 49: https://catalog-prod1-va7.cloud.adobe.io/dataSet/{DATASET_ID}"
1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi @navink386520 ,
dataset id has to be part of request body not as request parameter. 

'{
          "datasetId": "{DATASET_ID}",
           "inputFormat": {
                "format": "json"
           }
      }'

Attaching postman snapshot..

AtulChavan_0-1658868072250.png

 


 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hi @navink386520 ,
dataset id has to be part of request body not as request parameter. 

'{
          "datasetId": "{DATASET_ID}",
           "inputFormat": {
                "format": "json"
           }
      }'

Attaching postman snapshot..

AtulChavan_0-1658868072250.png