You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The YouTube Data API enforces a default quota of 10_000 units per project per day. Most read
55
+
operations (listing videos, comments, channel info) cost 1 unit, while write operations like
56
+
updating video metadata or moderating comments cost 50 units each. Bulk updates can consume quota
57
+
quickly. When exceeded, the API returns a 403 error; quota resets at midnight Pacific Time.
58
+
59
+
You can request a quota increase via **IAM & Admin** → **Quotas** in the
60
+
[Google Cloud Console](https://console.cloud.google.com/). See the
61
+
[official quota documentation](https://developers.google.com/youtube/v3/getting-started#quota) for
62
+
full details.
63
+
51
64
## Disclaimer
52
65
53
-
This project is not affiliated with or endorsed by Google. YouTube and YouTube Studio are trademarks of Google.
54
-
All channel data is accessed exclusively through the official [YouTube Data API](https://developers.google.com/youtube/v3) and [YouTube Analytics API](https://developers.google.com/youtube/analytics).
66
+
This project is not affiliated with or endorsed by Google. YouTube and YouTube Studio are trademarks
67
+
of Google. All channel data is accessed exclusively through the official
68
+
[YouTube Data API](https://developers.google.com/youtube/v3) and
0 commit comments