Answer the question
In order to leave comments, you need to log in
How to solve invalidSearchFilter issue with forMine parameter?
I want to search among my videos on YouTube. there is a php code:
$filters = [
'q' => 'surfing',
'type' => 'video',
//'forContentOwner' => true,
'forMine' => true,
];
$rs = $youtube->search->listSearch($part, $filters);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question