Hello everyone,
I’m facing this strange issue. Sometimes, if I try to share status with image using rest api end point “statuses/update” then it is throwing error no. 324
“{“errors”:[{“code”:324,“message”:“User id xxxuser_idxxxx doesn’t own media id xxxmedia_idxxxx”}]}”.
Other detail:-
=> I’m uploading, image with rest api end point “media/upload”.
=> Also, If I try to share identical data (status with image) then it will shared successfully.
Please help me to figure it out.
Thanks in advance.