I have the following question maybe someone can help me:
I just started with implementation of a youtube upload python script. I want to upload a certain amount of videos with api. I created me a google cloud account and connected the YouTube Data API v3. After playing a little bit around I always run into the quota limit.
googleapiclient.errors.ResumableUploadError: <HttpError 403 whenrequesting None returned "The request cannot be completed because youhave exceeded your
quota.". Details:"[{'message': 'The request cannot be completed because you haveexceeded your quota.','domain': 'youtube.quota', 'reason': 'quotaExceeded'}]">
I already researched a little and found How can I increase the quota YouTube Data API v3 and the link to https://support.google.com/youtube/contact/yt_api_form.
My first question is: Right now, I do not even see the possibility to change the quota. I think it is due to the "free trial" account I have right now.


How can I change it to a regular account? And how high is the probability that the youtube team extends the quota to a 6-digit amount?
Thx in advance