Skip to content
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

Media Chunked Upload #578

Open
Sohaib448506 opened this issue Nov 6, 2022 · 0 comments
Open

Media Chunked Upload #578

Sohaib448506 opened this issue Nov 6, 2022 · 0 comments

Comments

@Sohaib448506
Copy link

Sohaib448506 commented Nov 6, 2022

Hi, the twitter has depreciated the /media/upload for video. Now the video can only be uploaded in chunked but your chunked function has a drawback. It works for tweet but does not work for DM. Because while uploading video in chunked we need to pass a media category (dm_video or tweet_video) but you are passing only the tweet category. So the media ID produce by this package for video is not acceptable for sending the video to DM. Th solution for this is just take an extra parameters while uploading the video in chunked of category whether it is for tweet or for DM and then base on that give media category while uploading a video. I am looking forward to contribute more.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant