Does YouTube API Android Player have a quota?

I planned to use the API for Youtube Android players when I noticed that he needed the YouTube data API (v3) , the API key: https://developers.google.com/youtube/android/player/register p>

The Youtube data API handles most of youtube interactions such as getRating, downloading videos, watching videos, getting playlists, etc. and sets a quota based on these actions: https://developers.google.com/youtube/v3/getting-started#quota and https://developers.google.com/youtube/v3/determine_quota_cost

None of these actions play video, but that is what Android Player does. I also cannot find anything about quotas in the Android Player API section.

So my question is twofold: why the API API data API and is there a quota for using the player API?

+7
source share

All Articles