I am trying to create a Creative Assests via Postman, but I am facing with an error. Can someone help me what am I missing here.
{
"File Content": "/9j/4AAQSkrSqhYCrNcQhCEIQhC2OiUvdhGIc3n/S3L53vFY5rC4hozJFOJNAvSZeEGMDBk0Bo5Ci4um5rsTY/6jXkPvTwXb0HDemdIfyinM/avinoQheXXqUISE0SMKFNFgtKId2Zib7p8QPWqqVeaY/1P+RvqqKq60OLBwXWid3G8EqElUVWlFe8kGJNdRw8E5NYc+96BLVXeMeQ9FSM0HEn1KcNS5C691uXguhz6Alcq6+io6Nc/l4Y+4Xkf+UT3nxxDUC48zQejvFOCRufI+iAhufI+i6q8qnoSoUKEJQEBKEKEoTgkCUKqE5KEiUIQnpQE1AVVCclSJVCF/9k=",
"MIME type": "image/jpeg",
"Asset name": "download.jpeg",
"Advertiser ID": "8111111",
"Profile": "6455555",
"Creative asset type": "HTML_IMAGE"
}
{
"error": {
"code": 400,
"message": "19020 : The image type of file \"\" is not supported.",
"errors": [
{
"message": "19020 : The image type of file \"\" is not supported.",
"domain": "global",
"reason": "invalid"
},
{
"message": "19004 : Invalid file name specified.",
"domain": "global",
"reason": "invalid"
},
{
"message": "19017 : The name of the file can only contain the following characters: A-Z a-z 0-9 . = - _",
"domain": "global",
"reason": "invalid"
}
]
}
}