Am running some tests on this code. With files UNDER 1mb, everything runs perfect.
However, files over 1mb, it errors with:
So I am thinking perhaps the chunking needs to be 1mb?
Anyone else having similar issues?
I have tried to look through the code where you are setting the 5mb chunk limit, but not been able to find it (haven't looked too hard to be honest ;-) but thought would check in here to see if I am the only one.
Am using 0.981 version
However, files over 1mb, it errors with:
{"errors":[{"code":324,"message":"The validation of media ids failed."}]}
From what I have read, the video file can be 15mb total with 5mb chunks. But I found a post saying that an user had a similar issue uploading images (not with tweetinvi) where the limit stated is 3mb, but they got this issue, using smaller images not problem. So I am thinking perhaps the chunking needs to be 1mb?
Anyone else having similar issues?
I have tried to look through the code where you are setting the 5mb chunk limit, but not been able to find it (haven't looked too hard to be honest ;-) but thought would check in here to see if I am the only one.
Am using 0.981 version