Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Discussion options

You must be logged in to vote

Hi @tvierb,

I had actually never tried a chunked upload before. Your question prompted me to do it. I'm not sure chunked upload was available when I initially wrote the upload_media support. You have to make multiple upload_media calls with commands INIT, APPEND, FINALIZE, and STATUS. That final call, with the current code, is a bit more verbose because upload_media is defined as a POST while the STATUS command requires a GET request.

I successfully uploaded a large video with this code: chunked-media-upload.pl. (Well, the upload itself was successful, but Twitter rejected it because it was over the maximum time limit. Nonetheless, I got a good, final STATUS response so I'm confident the …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by semifor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants