We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can upload a photo with text, but I am not able to do the same to upload a video with text
any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Describe about restriction of the upload command #30
3e16bd3
After a research I've realized that the depending API https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload accepts only image files, and we need to use another API https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload to upload video files. Currently tweet.sh doesn't support the latter API, thus you need to use twurl or other commands. Sorry.
tweet.sh
twurl
Sorry, something went wrong.
No branches or pull requests
I can upload a photo with text, but I am not able to do the same to upload a video with text
any ideas?
Thanks
The text was updated successfully, but these errors were encountered: