Topic by Kiran Rajendran
Content
Hi,
In May 2015 version, attachment creation into custom object is failing while creating them via REST API. Generated JAVA code to consume the REST API and we were able to successfully create attachments in Feb 2016 version. But same code is returning attachment failure error in May 2015 version. We doubt whether the REST API supports custom object attachments creation since it is introduced in May 2015 version. We would like to get some help to figure it out.
Getting this error as attachment request's response. Error is not giving any information about the failure reason.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>There is a an error with your request</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<p>There has been an error with your request.</p>
</body>
</html>
Regards,
Kiran