Я создал новый YouTube аккаунт для тестовых целей. Я получаю accessToken для этого аккаунта и пытаюсь получить мои подписки через YouTube Api. Я использую Google APIs Client Library for PHP..
$data = $service->subscriptions->listSubscriptions('snippet', ['mine' => 'true']);
Получаю ошибку:
"domain": "youtube.subscription", "reason": "subscriberNotFound", "message": "The subscriber identified with the request cannot be found.", "locationType": "parameter", "location": "channelId" "code": 404, "message": "The subscriber identified with the request cannot be found."
Тогда я изменил аккаунт на свой старый, получил accessToken для него и получил успешный результат.
Но почему выдается ошибка на новый аккаунт?