Closed majazaloznik closed 5 years ago
OK, was my mistake, the file was 100 times larger than it should have been, after fixing my code it's back to 7MB, which works fine.
Still, I thought individual files can be up to 5 GB, so size should not have been an issue here?
Thanks for the follow-up. Note that you can usually get substantial reductions in file size by compressing csv's first as well, e.g. readr::write_csv(big_data, "myfile.csv.xz")
will automatically compress the file.
fs_upload()
has stopped working on this file to this deposit fileset. it worked fine until version 18, after that only the two pdfs upload ok, but not the csv file. the file is 774MB, so the size shouldn't be an issue?