H
H
Herman Martin2018-05-09 19:19:16
YouTube
Herman Martin, 2018-05-09 19:19:16

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);

Authorization passed, but I get an error: invalidSearchFilter I did it
as in the paragraph with errors, but it did not help. Without parameters that do not require authorization, everything passes

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question