Hi,
I have tried to get account through this API https://api.dropboxapi.com/2/users/get_account using SOAPUI and passing account_id in request body.
{
"account_id":"dbid:AACCsTU3d_-j5rfgJkGLObJErDLctQmUZw0"
}
If account_id is incorrect but having 40 character then error is coming in to JSON formate
{
"error_summary": "no_account/.",
"error": {".tag": "no_account"}
}
If I am passing the account_id less then 40 character or more then 40 character then response is not coming into JSON. It is coming into text/plain.
<data contentType="text/plain; charset=utf-8" contentLength="144"><![CDATA[Error in call to API function "users/get_account": request body: account_id: 'dbid:bbCCsLObJErDLctQmUZw0' must be at least 40 characters, got 26]]></data>
Thanks,
Shashi Bala