Migration of files larger than 10MB from Google Drive
As it stands, we are unable to migrate content from Google Drive due with there being a HARD limit of 10MB as the max file size.
Google have a workaround which is outlined here - (1) https://stackoverflow.com/questions/55274737/is-there-any-way-download-bigger-than-10mb-documents-using-google-drive-api#:~:text=1-,This%20is%20answered,-in%20this%20question and here (2) https://developers.google.com/drive/api/v3/reference/files/get
This would mean changing the Shuttle tooling so that Instead of using the Drive API Files:Export method, you can use Files: get (2) with fields = exportLinks.
The limit on exporting Google files larger than 10MB is imposed by Google. We have reviewed the various available APIs and workarounds, but none of them produced a viable result. They all have other limitations that make them unsuitable for migration.
We will continue to monitor as Google continues to evolve and adapt its platform, and will look to increase this when or if it becomes viable.