Hey,
I have a problem with my Java Library. Uploading a media is working fine for PNG but not for GIF files :
See tweet here
Test pic.twitter.com/MEkiskcBT9
— Redouane (@RedouaneBali) May 8, 2021
I’m doing a POST on https://upload.twitter.com/1.1/media/upload.json?media_category=tweet_gif
Any idea ?
GitHub Issue
Related source code
Ok just saw thanks to @marcomornati that for all gif files, we needed to use the chuncked upload en-poind and make three calls (!!!) instead of one : INIT & APPEND & FINALIZE 
Will it work the same with V2 endpoint ?
1 Like