Recently started uploading images using twitter’s official ruby gem for the REST Api.
I’ve tried about a dozen times to upload a dozen different images using this SDK.
The first time I got an media ID and I used it in my update() options under the media_ids: option hash key.
And it worked!
But literally every single time since I get “Media ID Not Found” when trying to call update() using the very media id I got from the REST gem.
Anyone know what’s going on?