got a 403 http error when copy-ing an existing google slides using a drive API. i’m using a service account, and it’s already shared towards it. here’s the error response
“The user’s Drive storage quota has been exceeded.”. Details: "[{‘message’: “The user’s Drive storage quota has been exceeded.”, ‘domain’: ‘usageLimits’, ‘reason’: ‘storageQuotaExceeded’}]"
when i check the drive quota using the API as well, it returns nothing
{‘storageQuota’: {‘limit’: ‘0’, ‘usage’: ‘0’, ‘usageInDrive’: ‘0’, ‘usageInDriveTrash’: ‘0’}}
i also have tried copying the files into my own folder (ofcourse already shared to the service account) but still got the same error