joedawson / youtube

Upload a video to a single YouTube channel with Laravel 5.
MIT License
175 stars 105 forks source link

Can't delete a youtube video #130

Closed manojit-envertis closed 3 years ago

manojit-envertis commented 3 years ago

Following is the syntax I'm using to delete a youtube video:-

Youtube::delete($this->video_id);

but it is not working. It is showing the below error:-

Google\Service\Exception { "error": { "code": 400, "message": "No filter selected. Expected one of: myRating, chart, id", "errors": [ { "message": "No filter selected. Expected one of: myRating, chart, id", "domain": "youtube.parameter", "reason": "missingRequiredParameter", "location": "parameters.", "locationType": "other" } ] } }