I'm trying to learn how to increase the "Drive storage quota" for a GCP user-managed service account ([email protected]). Our app is returning the following error.
Error Logs
GoogleApiException: Google.Apis.Requests.RequestError The user's Drive storage quota has been exceeded. [403] Errors [ Message[The user's Drive storage quota has been exceeded.] Location[ - ] Reason[storageQuotaExceeded] Domain[usageLimits] ]
The only quotas I can find are Queries per 100 seconds, but nothing related to the number of files or amount of storage. Does anyone know how to resolve the error above?
Any help is GREATLY appreciated.
