You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like this is because I was trying to delete a video of a user who I'm not logged in as, however, since we don't use a login, we can't login users who have created videos.. meaning we cannot delete junk videos. Of course some sort of administrative access would be preferred, but looking into if a user can login to delete videos without having registered.
As you can see I'm taking a direct stream model and passing it to the api with an updated deleted field.
Code calling update:
outgoing jsonString:
Error:
{success=false, reason=Not a valid stream. Make sure you supply a correct 'stream_id'., code=301}
The text was updated successfully, but these errors were encountered: