youtube-data-api

Quotas View: Queries Per Day Graph Not Showing Any Data

眉间皱痕 提交于 2020-08-26 05:28:21
问题 For over one week now the graph over the amount of quota points used per day by my application has only shown "No data is available for the selected time frame" (30 days) on this page: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas. I also found the same view in the cloud console, it does not load there either: https://console.cloud.google.com/apis/api/youtube.googleapis.com/quotas. The "Queries per minute (3 hr average)" graph on the same page is working and

Quotas View: Queries Per Day Graph Not Showing Any Data

不打扰是莪最后的温柔 提交于 2020-08-26 05:28:17
问题 For over one week now the graph over the amount of quota points used per day by my application has only shown "No data is available for the selected time frame" (30 days) on this page: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas. I also found the same view in the cloud console, it does not load there either: https://console.cloud.google.com/apis/api/youtube.googleapis.com/quotas. The "Queries per minute (3 hr average)" graph on the same page is working and

Quotas View: Queries Per Day Graph Not Showing Any Data

心已入冬 提交于 2020-08-26 05:27:14
问题 For over one week now the graph over the amount of quota points used per day by my application has only shown "No data is available for the selected time frame" (30 days) on this page: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas. I also found the same view in the cloud console, it does not load there either: https://console.cloud.google.com/apis/api/youtube.googleapis.com/quotas. The "Queries per minute (3 hr average)" graph on the same page is working and

Not being able to choose the right channel when using OAuth 2.0 for Web Server Applications flow

蹲街弑〆低调 提交于 2020-08-24 06:30:29
问题 My app follows the server side authorization flow as described in https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps. I force prompt=select_account . In the most basic case, on "Step 3: Google prompts user for consent", the user sees a screen with one or more accounts titled "Choose an account". If the account that the user chooses only has a single channel associated with it, the flow then proceeds directly to "Step 4: Handle the OAuth 2.0 server response". If the user

The request cannot be completed because you have exceeded your quota

陌路散爱 提交于 2020-08-19 19:22:59
问题 I tried to use the javascript MediaUploader.js to upload youtube video to my own account, for some reason, I got this error in onError function: "errors": [ { "domain": "youtube.quota", "reason": "quotaExceeded", "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e." } ], "code": 403, "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting

The request cannot be completed because you have exceeded your quota

懵懂的女人 提交于 2020-08-19 19:19:42
问题 I tried to use the javascript MediaUploader.js to upload youtube video to my own account, for some reason, I got this error in onError function: "errors": [ { "domain": "youtube.quota", "reason": "quotaExceeded", "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e." } ], "code": 403, "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting