How to get feedback on my quota increase request - youtube-api

I have filled th form to request a quota increase on Youtube API on July the 5th.
I have had no feedback since then.
If a Youtube API team member reads this post, please tell me how I can have some feedback on my request.
Thanks.

Related

How can I increase the quota YouTube Data API v3

YouTube Data API v3
Quota: Queries per day
Current limit: 10,000
How can I increase the quota of my API?
The screenshot says it all: You are already using the maximum allowed daily API calls allowed by your subscription plan. If you still need more than that, you need to pay for an upgrade of your subscription.
If you have reached the max quota you can request additional quota. by submitting the YouTube API Services - Audit and Quota Extension Form
You can read all about this in the YouTube Data API - Quota and Compliance Audits documentation page.
Just make sure to click extension request at the top.
Intro to YouTube API and cost based quota.

How do I increase my daily quota limit for uploading videos through youtube api?

I am working for a news channel which uploads 50 videos per day. I have integrated youtube api on the website for the same purpose. There seems to be a quota limit of 6 videos per day. Is there any way I can purchase or get more quota limit? What is the process and charges for increasing the quota limit.
The only way of obtaining a quota extension for your application is that of addressing Google directly.
There's this form that you'll have to fill in. Than wait for response -- which, according to the experience of users of this forum, doesn't arrive shortly.
I haven't worked with uploading videos but you should be able to ask for additional quotas for google apis on the IAM & ADMIN console view under Quotas (there should be a link from the developer dashboard under Quotas. Once there just select the quota you would like to change and submit a request.
Having said that, I have no experience with this process, so I don't know what is the involved in approving such a requests nor what kind of costs be involved.

Youtube API - Storing data for more than 30 days

I'm using the YouTube Data API v3 to insert videos from my website to my youtube channel. It is all working fine. Youtube gives 10000 queries per day limit and I requested to extend the quota as one video upload takes about 1607 queries and hence my limit for uploading videos is 6.
The response I received from YouTube is that my API Client is in violation of Youtube's policy fo storing data. They have mentioned that
store_youtube_api_length: twelve months
and they want it to be set to under 30 days.
I have searched the google console for this setting but I'm unable to find it. I have asked Youtube and they have brushed off the request saying they are part of YT compliance team.
Can somebody here help me find it.
Responding to the YouTube API Services confirming our data retention policy was under the month limit fixed this for us. It was just an internal policy agreement, no setting to update.

Is YouTube Data API v3 webhook available?

I'm trying to make a system where I fetch all YouTube comments
using YouTube v3 API and my agents will reply to those comments from the system and that's will be published into YouTube.
Now the problem is if I want to get all comments in a short time then every time I have to crawl all videos and comment's for checking a new comment. Which is very costly in API calls.
Now I'm searching for webhooks, which will notify or send me the new comment, expecting like what I get from Facebook Webhooks.
YouTube webhook for comment or like Not available yet. Only way to hit their server for find new comment. It's have a API which give all comment of a channel.
As you said there isn't any such YouTube webhook to get notified when a new comment is posted.
However I would recommend you to use CommentThreads: list with allThreadsRelatedToChannelId which has by default order time (most recent first). Likewise by just making a single YouTube Data API v3 request periodically you will get fastly and without spending a lot of your quota the latest comments on your YouTube channel (on your videos and also on you "Community" tab). If more than maxResults (maximum 50) comments are published during a period you can use nextPageToken to continue to browse these new comments.

How long does it take for Google YouTube Data API quota limit increase to review request?

I just want to know how long it takes for Google YouTube Data API to review a request for quota increase. I only got an email saying my request was submitted, but I have no idea when it'll respond back. I have emailed requests to google before and was never heard back. I am anxious to know if my request will be approved or looked at.

Resources