so I made a python program to upload videos to youtube, but didn't have enough quota. So I went and requested additional quota, which got approved. I now have 2 quota/query tabs in the developer console, 1 from the original 10k quota and the other from my 990k additional quota.



The problem is, I'm not able to use the additional quota, it always tries to use the first 10k which gets easily ratelimited.
Is there anything that I can do to make this work? I'm using a slightly modified version of the "example" youtube uploader provided by them with OAuth2 keys on the correct account.