Illegal character in path at index 49 - AEP | Community
Skip to main content
Level 4
July 26, 2022
Solved

Illegal character in path at index 49 - AEP

  • July 26, 2022
  • 1 reply
  • 958 views

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}"
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AtulChavan

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

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

Attaching postman snapshot..

 


 

1 reply

AtulChavan
Community Advisor
AtulChavanCommunity AdvisorAccepted solution
Community Advisor
July 26, 2022

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

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

Attaching postman snapshot..