We've tried copying files larger than 2 GB to a bucket from Mac and Windows computers with no luck. No matter what we use, i.e File Explorer or robocopy etc, the copy fails at that limit. Any ideas?
Have you tried the gcloud command-line tool, as described here:
Hi there and nice thanks as that did work! 🙂
Do you know why that works when the other normal File Explorer methods wouldn't / any more ideas on that?
Although, even though it showed that it worked it shows an odd file size in the browser afterwards. Strange... see this...
WARNING: Destination has a default storage class other than "STANDARD", hence parallel composite upload will not be performed. If you would like to disable this check, run: gcloud config set storage/parallel_composite_upload_compatibility_check=False
Copying file://C:\Users\TestUser\Desktop\testme\test.bkf to gs://BucketNameHere/test.bkf
Completed files 1/1 | 3.8GiB/3.8GiB | 14.4MiB/s
Oddly after its done - when I checked, the folder shows the file listed as only "(163,627) KB" and has it listed in parenthesis as if it didn't really copy fully, even though the file is 3.84 GB in size.