We are using a service account to upload files from a server and it has reached its storage quota limit. All files had been added under a folder created by another user (a @gmail.com account with 100 Gb storage quota) but all files uploaded are owned by the service account.
Note that we don't have real users, we are only using Google drive for storage purposes.
At the moment we are not able to upload any more files using the service account.
Is there a way to
- Transfer the ownership of all files owned by the service account to the @gmail.com account with 100 Gb storage quota
- Upload files using the service account but making them owned by the owner of the folder where the file is being uploaded
- Use the @gmail.com account as a service account
Thanks