I am trying to upload a file > 15GB to a google service account, using this snippet from Google Drive:
- http://gsuitedevs.github.io/drive-utils/
- https://github.com/gsuitedevs/drive-utils/tree/master/upload
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?