youtube-data-api

Youtube Data API: The request cannot be completed because you have exceeded your quota, INSUFFICIENT_TOKENS

若如初见. 提交于 2020-12-23 11:35:26
问题 The problem occurred when I was using a python program to upload youtube videos. I did not use it to upload for many days before this happened so it should not exceed the quota. I tried many times and it had the same error. The following is the error. [RequestError] Server response: { "error": { "code": 403, "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.", "errors": [ { "message": "The

How do I use pageToken?

旧城冷巷雨未停 提交于 2020-12-15 06:52:41
问题 I'm working on a simple program, and this is my first time using the YT API. I want to get all comments from any video, I can't do it without "pageToken," someone told me, but I can't seem to get what it does or how to use it. I need help. I'm using node.js. 回答1: Follow this document: https://developers.google.com/youtube/v3/quickstart/nodejs It will answer all your questions. 回答2: Top-Level Comments and Associated Replies According to the official docs, there are two API endpoints at one's

How do I use pageToken?

为君一笑 提交于 2020-12-15 06:52:33
问题 I'm working on a simple program, and this is my first time using the YT API. I want to get all comments from any video, I can't do it without "pageToken," someone told me, but I can't seem to get what it does or how to use it. I need help. I'm using node.js. 回答1: Follow this document: https://developers.google.com/youtube/v3/quickstart/nodejs It will answer all your questions. 回答2: Top-Level Comments and Associated Replies According to the official docs, there are two API endpoints at one's

Upload via the Youtube via api set to Private (locked)

陌路散爱 提交于 2020-11-29 09:58:11
问题 I have been using the youtube API to upload remotely. But after a while of messing around with the code all the videos that get uploaded gets "Private (locked)" due to Terms and policies . I cant appeal it either due to " Appealing this violation is not available ". Just to clarify I have been able to upload before and only recently started getting this error. Code: youtube-uploader #!/usr/bin/python import argparse import http.client import httplib2 import os import random import time import