Hi all,
Got another head scratcher here. I’ve got an MP4 video that uploads fine on native Twitter (via twitter.com) – https://snd-staging.s3.amazonaws.com/6b8cf261-dffc-11e5-886f-4f6f38c83520.mp4
However, when we try to upload it (via the chunked media/upload endpoint) and send it as a media_id via the API, it fails, with the API firing back “media parameter is invalid”. I’ve tried both our own code and the code that @rchoi was kind enough to write on a post a while back @ http://django-rest-apis.herokuapp.com/media
As far as I can tell, the video meets all the specs expected of it, and the fact that native Twitter accepts it leads me to believe it’s not an encoding issue. Am I missing something? Thanks!
Eric