Hello,
Can someone please explain why the ‘APPEND’ part of the POST request to /media/upload is consistently returning this error? Tried to figure it out all day. Thanks!
"code" : 130,
"message" : "Over capacity"
Here’s the request.
{ request:
{ debugId: 11,
uri: 'https://upload.twitter.com/1.1/media/upload.json',
method: 'POST',
headers:
{ host: 'upload.twitter.com',
accept: 'application/json',
Authorization: 'OAuth oauth_consumer_key="XXXXXXXXX",oauth_nonce="ba22cb5724824fa08f7c85cf2bb43bdf",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1441172754",oauth_token="XXXXXXX",oauth_version="1.0",oauth_signature="FSs4HgU5ONzpa4c292DeA5JNwI%3D"',
'content-type': 'multipart/form-data; boundary=--------------------------793362620119902776112770',
'content-length': 510 } } }
{ response:
{ debugId: 11,
headers:
{ 'content-length': '51',
'content-type': 'application/json;charset=utf-8',
date: 'Wed, 02 Sep 2015 05:45:54 GMT',
server: 'tsa_a',
'set-cookie': [Object],
'strict-transport-security': 'max-age=631138519',
'x-connection-hash': '96710562cff72684dbdce9f41f1726c4',
'x-response-time': '14',
'x-tsa-request-body-time': '132' },
statusCode: 503,
body: { errors: [Object] } } }