Relative Content

Tag Archive for pythonyoutube-apiyoutube-data-api

Error When Trying to Upload Videos with Python Youtube API

I am currently writing an application that involves the uploading of videos to Youtube using the Youtube Data API v3 with Python. However, after uploading a small number of videos, I receive an error stating uploadLimitExceeded. I have requested an increase in the amount of quota per day from 10,000 to 110,000. Despite this request being accepted, I am still receiving this error.

Error When Trying to Upload Videos with Python Youtube API

I am currently writing an application that involves the uploading of videos to Youtube using the Youtube Data API v3 with Python. However, after uploading a small number of videos, I receive an error stating uploadLimitExceeded. I have requested an increase in the amount of quota per day from 10,000 to 110,000. Despite this request being accepted, I am still receiving this error.

Error When Uploading Videos via the Youtube Data API v3

I am currently writing an application that involves the uploading of videos to Youtube using the Youtube Data API v3 with Python. This has been working until recently, in which I am suddenly receiving a strange error.

Error When Uploading Videos via the Youtube Data API v3

I am currently writing an application that involves the uploading of videos to Youtube using the Youtube Data API v3 with Python. This has been working until recently, in which I am suddenly receiving a strange error.

nextpagetoken comment list on reply not working – Youtube data API

I’d like to have all comments of a specific video, replies of a comment included.
It doesn’t work if a comment have more than 100 replies.
Indeed, to have all the replies of a comment I have to specify the parentId. Max results’ length is 100. If it’s bigger we have a nextPageToken attribute as usual. However, the request with the given nextPageToken return the same output as before.