-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET media/upload (processing status) not possible #259
Comments
I spent a little time recently in the
And get back the expected response. I can add a test and make a PR if this seems like the right direction. As coded, this could theoretically break some existing |
@ttezel seeing as you're doing some work on this library again at the moment, is this on your radar? |
Just encountered this one myself, which is frustrating now that chunked upload is otherwise finally working again. |
@ttezel Can you reslove this question? |
Can submit a PR (piggy backing on my pending #258) but just wanted to log it so I don't forget:
GET media/upload is now a documented endpoint (for checking processing status of uploaded media by
media_id
) so current forcedcontent-type: multipart/form-data
based on endpoint alone is not longer viable.Need to also add a check to ensure POST method is requested before using form-data process.
Should be simple, but I can't easily write tests right now since media API is currently throwing a lot of "Over capacity" errors.
The text was updated successfully, but these errors were encountered: