为什么 <realm>quickbooks.api.intuit.com/v3/company//upload?minorversion=45 返回:"超出最大行长限制"



我们正在发送以下多部分请求:

--BYhJbicYjpSMGwjH
Content-Type: image/jpeg
Content-Disposition: form-data; name="file_content_01"; filename="8.thumbnail.jpg"
<base_64_file>
--BYhJbicYjpSMGwjH--


quickbooks.api.intuit.com/v3/company/<realm>/upload?minorversion=45
,但我们正在返回:

{
'Fault': {
'Error': [{
'Message': 'An application error has occurred while processing your request', 
'Detail': 'System Failure Error: Maximum line length limit exceeded', 'code': '10000'
}], 
'type': 'SystemFault'
}, 
'time': '2020-03-11T04:13:44.324-07:00'
}

<base_64_file>解决问题之前添加new line

最新更新