Skip to main content
0 votes
1 answer
30 views

YouTube video in Objective C app needs to redirect to YouTube

I've been given a warning by YouTube that the embedded video in my app has a title that is meant to be clickable and take the user to YouTube. However I cannot understand how that is meant to happen ...
Hayden's user avatar
  • 1
-1 votes
0 answers
23 views

Youtube iframe overlay

I use the overlay on YouTube's iframe to be able to scroll between videos, which unfortunately blocks the possibility of gesture scrolling (fast forwarding, rewind). Is this ok with YouTube's rules? ...
bart's user avatar
  • 1
0 votes
0 answers
71 views

YouTube.Subscriptions.list not returning all subscriptions

I'm subscribed to ~500 YouTube channels and I'm trying to automate unsubscribing from them in bulk. The first step is listing the channels I'm subscribed to, but I'm only retrieving 9 results using ...
tangybuttz's user avatar
0 votes
0 answers
27 views

yt-dlp about section json does not have links

It extracts everything from the youtube about page except the linkedin,x links which is what i am looking for. I am using: yt-dlp --write-info-json --ignore-no-formats "https://www.youtube.com/@...
sam david's user avatar
1 vote
0 answers
42 views

YouTube Data API: 'Quota Exceeded' Error Despite Not Reaching Daily Limit

I'm working on a Google Apps Script that uploads videos to YouTube using the YouTube Data API v3. I've encountered a quotaExceeded error when attempting to upload a video, but my quota usage shows ...
NotAgainLarry's user avatar
0 votes
0 answers
65 views

Why does YouTube Data API return "uploadLimitExceeded" but I can still upload via the web interface? [closed]

I am trying to upload videos to a YouTube channel using the YouTube Data API. However, I keep getting the error: The user has exceeded the number of videos they may upload. Despite this, I am still ...
Yae Miko's user avatar
-1 votes
0 answers
33 views

I can no longer get data with Youtube Analytics API [closed]

We are currently using the Youtube Analytics API to retrieve information on our client's Youtube channel views, etc. When we switched from our old YoutubeBrand account to a Youtube Studio account, we ...
tanaka's user avatar
  • 9
0 votes
0 answers
28 views

Youtube metada on production

im doing simple link preview feature in my app. Everything works fine on dev but youtube has some problems on deploy Thats how response look like on development: And thats how it looks like on ...
Dawken's user avatar
  • 9
1 vote
0 answers
45 views

Youtube Data API - Get private and unlisted Playlists

In a Laravel app, I am trying to get the playlists associated to my YouTube channel. These playlists can be either public, private or unlisted. I can retrieve public playlists but I am struggling to ...
Flo Saurus's user avatar
0 votes
1 answer
42 views

How to run a script every time youtube.com/watch page is viewed?

I'm writing a Chrome extension that should run upon visiting a Youtube watch page youtube.com/watch?. I've read this question from 10 years ago and the solutions there seem to work inconsistently. My ...
Natalie's user avatar
  • 123
0 votes
0 answers
32 views

Expo react native app embeded youtube video fullscreen forcing rerender

I am developing an application in React Native using Expo, and I am facing an issue when playing embedded YouTube videos. When a video goes fullscreen, the component that renders it is re-rendered, ...
Daniel Póquer Ramírez's user avatar
0 votes
0 answers
291 views

Sign in to confirm you are not a bot on react-native-youtube-iframe

I am using react-native-youtube-iframe in my react native mobile app and up until now I had no issues embedding youtube videos. We had iOS app released at first and just two months ago we released the ...
Ilcho Taleski's user avatar
0 votes
0 answers
51 views

Bulk add multiple videos at once to playlist using YouTube v3 api

I am trying to write a script to add every video from a list to a youtube playlist, currently my project works but I hit the quota limit very fast. The free tier of my GCP project allows 10,000 values ...
Martin's user avatar
  • 1,608
0 votes
0 answers
24 views

Youtube API Get UpdatedAt From API Response

Recently i started my POC Youtube API, As user i can see youtube related all datas. However i am trying to search last video last modified date, but it is missing. PublishedAt is available but ...
vlk's user avatar
  • 51
1 vote
1 answer
276 views

Why am I getting a 403 error when trying to play YouTube videos using youtube_explode_dart in Flutter?

I am using the youtube_explode_dart package to play YouTube videos in my Flutter app, but recently, I started getting the following error when trying to stream videos: Unhandled Exception: ...
rajana sekhar's user avatar

15 30 50 per page
1
2 3 4 5
1067