We are using OAuth 2.0 based client and Drive V3 REST APIs. During resumable upload, client makes multiple upload calls (per chunk) for a file being uploaded. I would like to know if each of these calls (per chunk) are accounted against Google Drive API Quotas?
For example:
API: drive.file.create
Upload Type: resumable.
File Size: 1 GB
Chunk size: 10MB
In above scenario, how many API Quotas will be consumed for this operation for a given project?
Will this be considered 1 request against our quota or will it be ~100?