-3

I am trying to upload a file > 15GB to a google service account, using this snippet from Google Drive:

Is there a way to upload files larger than 15GB here? Or, a way to modify it so that it will upload to my personal Google Drive (where I'm paying for storage) instead of a service account that has that limitation? If so, how would I do so?

David542
  • 104,438
  • 178
  • 489
  • 842

1 Answers1

1

There are a file storage limit on Google drive Upload files to Google Drive

Google Apps Free edition (legacy) Individual consumer accounts 15 GB

If you do an about.get you will see how much space the service account has access to. Service accounts are basic users and there is no way that i know of to give it more space.

Granting it access to your account

You can take the service account email address and share a folder on your google drive account with the service account. It will then have access to upload to that folder.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449