https://developers.google.com/youtube/v3/guides/uploading_a_video
I could upload the video successfully. But after publishing few videos its showing quota exceeded.
Below document says we can make 10,000 units per day and each video upload costs 1600 units. As per this calculation we can publish up to 6 videos per day. Is this quota is per app or per user? Looks like this quota is for app. We have tried to publish the video to different channel but its showing quota exceeded.
https://developers.google.com/youtube/v3/getting-started#quota
We have many authenticated users in our application. 6 videos per day is not at all sufficient. Is my understanding is correct or I have to request for additional quota.
Thanks.