YouTube API Quota Limits & Applications that Scale -
i'm working on app requires video uploading via youtube. plan share video in app via the youtube api. according documentation share video on youtube requires "approximately 16000 units.", each app having complementary quota of 5 million allowing aprox. 312 video posts day.
this app have thousands of users "complementary" quota limit won't enough, in app dashboard when pressing "request more..." following message displayed: "we not approving quota requests."
obviously there many apps out there millions of users such "social cam" or "talking tom" exceeding complementary quota.
so question how can app increase quota? if paid pricing structure?
actually, days quota cost uploading videos 1600 per video upload. , quota limit decrease 100000 per day. uploading 312 videos per day can cost 312*1600=499200. less 100000 quota limit. if want more videos uploaded can increase data limit little knowledge of php.
$rand_keys = array_rand($num); $comm=$num[$rand_keys];
where $num array contains keys, whatever number want. each new request go next api key. making 10 keys can 10 times limit also. other wise have apply quotas.
Comments
Post a Comment