Getting Error while uploading file on Google Drive

Hello Everyone,
I was using service account to upload files on Gdrive.
But i am getting this error

RemoteException wrapping System.ApplicationException: Upload failed after 0 bytes. 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[global]
]
—> RemoteException wrapping Google.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[global]
]

Please help me to understand and resolve this error.

in a first analysis round we would recommend to check if the gdrive has enough empty space or is populated till max. of size

Hi Thank you for response,
I have enough space in my drive,Still getting error

When i am uploading Manually, it will upload, but from uipath Gsuite Activity ,it is throwing above error.