I get that there is a cost incurred when I use YouTube API service, but what I would like to know is if the cost is per request or not. For example, when I query the meta data of 3 videos, would the cost be tripled for that one request, or would the cost be the same as if I query the meta data for 1 video?
相关问题
- YouTube API refresh token revoked with 400 code “i
- YouTube Data API v3 allowed referers for browser a
- Auto Upload of Videos to my account, using youtube
- handling errors in youtube data api in javascript
- YouTube API v3.0: How do you determine if a video
相关文章
- How to get the last 24 hours worth of videos from
- How can I get a list of the most viewed Youtube vi
- YouTube API 3 GET last videos from specific User
- youtube-upload runs from terminal but not cron cal
- Our application uploads hundreds of videos per day
- Is there an alternative to youtube.search.list for
- Youtube iframe api check if video exists
- Play YouTube playlist automatically
I assume you talk about the quota with the YouTube API v3, i can suggest you to visit this link, a quota calculator:
https://developers.google.com/youtube/v3/determine_quota_cost COST 3
We can assume "cost be the same as if I query the meta data for 1 video" because they speaks about "request" like this :
The request for multiple videos is like this :
Which is also one request, so it's also a cost of 3 !
The real deal is when you have multiple pages: