Receive YouTube channel subscribers through the youtube API

I am trying to use youtube api to get a list of subscribers to my own channel, and then check the user’s email to see if he is signed or not. Now I use this page to check my first step https://developers.google.com/youtube/v3/docs/subscriptions/list and insert the data as follows, and all other fields are empty enter image description here

As you can see, I get this error, and the part label contains an error, and the value is a snippet. how to solve this problem, and if it is resolved as necessary, will it be available to receive a list of all the addresses of users subscribed to my channel in the form of a list?

+4
1

YouTube, subscription.list :

part: subscriberSnippet
mySubscribers: true

OAuth2.0.

- , , .

+8

Source: https://habr.com/ru/post/1534896/


All Articles