Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Illegal character in path at index 49 - AEP

Avatar

Level 3

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