Hi, Again we are getting same error response while uploading image with media id . (this image less than 3 MB , also not GIF) .
Response from media upload :
{“media_id”:760101781451833344,“media_id_string”:“760101781451833344”,“size”:2854274,“expires_after_secs”:86400,“image”:{“image_type”:“image/jpeg”,“w”:1400,“h”:10000}}
While uploading with media id : (https://api.twitter.com/1.1/statuses/update.json?media_ids=760101781451833344)
got this error: {“errors”:[{“code”:324,“message”:“Image dimensions must be >= 4x4 and <= 8192x8192”}]}
Any changes in image upload api?