Dailymotion doesn't let me upload 10 video per day or even a week - dailymotion-api

We have been given a upload limit of 10 videos per day and the limit is 2gm within 60 mins per vidoe right but no matter after how long 1 week 1 month if i start uploading videos the max it allows me to upload only 2-3 never more than that. please help and fix.

Related

Is it possible to track how much of a certain channel you've watched on Youtube?

I'm trying to build a chrome extension that allows you to see what percent of your watch time was spent on a certain channel. Is there anyway collecting this data is possible from a user through a browser extension?
What I'm trying to do: If I spent 20 hours on Youtube and I spent 5 of the hours on let's say "Daily Dose of Internet", I would want to get back 25% of my watch time was spent on "Daily Dose of Internet".
What I've done so far: This is my first project doing something like this so I don't really know where to begin. I combed through most of Youtube's API for javascript but couldn't find anything.

Limit on YouTube Videos I can upload everyday

I am working on a YouTube channel where I have to upload thousands of short videos. To automate the boring process I decided to write a Python program that can upload all my videos and set appropriate tags, descriptions etc.
I created a Project in Developers console created API clients acquired appropriate credentials, requested and got my daily API Usage quoted extended to 500,000 units every day.
Now that I started uploading videos I am facing a different problem, i.e. the number of videos i can upload in one day. After every 100 clips i get Auth errors which say i have exceeded the daily limit of number of videos i can upload.
I want to know why is there a limit on the number of videos if i have decent API usage quota to spare.

Youtube-api very small quotas by using access token

I registered in the google console, created my project and enabled youtube api v3.
I uploaded videos from a server, I did it via Oauth2 (from my account). I confirmed it for the first time, received a refresh token and now just update the access token to upload the video.
The problem is in quotas: I read that youtube provides a quota of 1,000,000 (one million) units per day, to download a video to spend + -1600, but for some reason I have a limit of 3,000,000 (three million), BUT at the same time 10,000 is written per day . And ten thousand - this is 6 videos of all.
Could you explain to me what all the quotas are and why I only have 10,000 per day?
In the first screenshot, we can see that only 11,184 units out of 3,000,000 were spent.
and on the second that almost the entire limit was spent (almost 10,000)
*I want to upload video from the server to YouTube automatically.
Through my user.
first screen
second screen

What is the Reset time for rate limt on Twitter

My appllication uses twitter api to post DM. I want to keep a track of the DM's so that i don't exceed the rate limit(1000 DM per-user/per-app). I want to know what time does the twitter resets the count for rate limit so that I can sync it with my application's count if i don't exceed the rate limit for that day.Is the DM rate limit also distributed over the entire day in slots of 15min window as others? If yes what is the distribution for the same?
Generally, there is a 15 minute window. If you exceed a particular rate limit, you must wait 15 minutes for the limit to be reset. However, for posting tweets it's a little different. There is no published rate limit or window. This is to deflect spammers. When you get a 403 error, your best bet is to keep trying at some not-too-short interval until the post succeeds.

YouTube API Quota Limits & Applications that Scale

I'm currently working on an app that requires video uploading via youtube. I plan to share the video in app via the the youtube API. According to the documentation to share a video on youtube requires "approximately 16000 units.", with each app having a complementary quota of 5 million allowing aprox. 312 video posts a day.
This app will have thousands of users so the "complementary" quota limit most definitely won't be enough, in the app dashboard when pressing "Request more..." the following message is displayed: "We Are Not Approving Quota Requests."
Obviously there are many apps out there with millions of users such as "Social cam" or "Talking Tom" that would be exceeding the complementary quota.
So my question is how can app increase its quota? If it is paid for what is the pricing structure?
Actually, Now a days the quota cost for uploading videos is about 1600 per video upload. And the quota limit is also decrease by 100000 per day. For uploading 312 videos per day can cost 312*1600=499200. Which is less than 100000 quota limit. But if you want more videos to be uploaded you can increase data limit by little knowledge of php.
$rand_keys = array_rand($num);
$comm=$num[$rand_keys];
Where $num is an array that contains keys, Whatever number you want. Each new request go to the next api key. By making 10 keys you can get 10 times than limit also. Other wise you have to apply for quotas.

Resources