I have had some problems uploading zip-files to Rstudio cloud. The zip-file is 350Mb, and I keep getting "unexpected response" with no trace of the uploaded zip-file.
Unfortunately we are still waiting on a version of the IDE that streams uploads instead of loading fully into memory first.
Thanks Josh,
I found a workaround:
- Upload the file to an S3 bucket on Amazon
- Download it from there with
save_object
from the aws.s3 package.
I suspect a similar approach will work with google-drive/dropbox etc.
2 Likes
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.