I am using service account for automating drive uploads. Earlier so many files were getting uploaded in the daily basis and eveything worked but now I am seeing this error.
pydrive2.files.ApiRequestError: <HttpError 403 when requesting None returned "The user has exceeded their Drive storage quota". Details: "[{'domain': 'usageLimits', 'reason': 'quotaExceeded', 'message': 'The user has exceeded their Drive storage quota'}]">
Does each individual user who has access to the same account have their respective quota of storage? Currently, the file which is uploaded via PyDrive2 are owned by the service account (in the file details it shows that they are created by the service account). In the drive currently, only 400kb is used and all the 15GB is free. What is the reason for this error?
Also when deleting any file or folder from the drive UI (which has been uploaded/created by the service account) gets deleted permanently rather than moving to trash/bin.
I am using service account for automating drive uploads. Earlier so many files were getting uploaded in the daily basis and eveything worked but now I am seeing this error.
Does each individual user who has access to the same account have their respective quota of storage? Currently, the file which is uploaded via
PyDrive2are owned by the service account (in the file details it shows that they are created by the service account). In the drive currently, only 400kb is used and all the 15GB is free. What is the reason for this error?Also when deleting any file or folder from the drive UI (which has been uploaded/created by the service account) gets deleted permanently rather than moving to trash/bin.