In console.developers.google.com, projects show quota and usage of their associated keys. Unused projects under the same account (for the same api) show no quota usage. Yet, when a request is made from a project with "no usage" the quota jumps up to full and the request is denied.
This leads me to believe that quota is per account and not per project, is that true?
Specifics, on youtube data api my console quota is:
Queries per day 50,000,000
Queries per 100 seconds per user 300,000
Queries per 100 seconds 3,000,000
So now I see that even if I made 20 projects, I would still be rate limited by user quotas. But that should only matter if I'm using a client token on behalf of a user and I think I've seen this behavior when using an API server key.