Unexpected empty response from server

If the files quite large the upload might be failing. Do you have some context for this?

Sean

Hi Sean,

I have a zipped folder with the total of 783.063 MB. I m new in using R cloud, I dont have any connection with server.

The error message is not very descriptive and we have a bug filed related to this. The upload is buffered into memory and since there's a small memory footprint (1GB) in a cloud project it will crash on larger files (783 MB would definitely do it).

Sean

1 Like

As a work around, if you put the zipped folder someplace accessible, such as a web server or in Dropbox, you could fetch it from within rstudio.cloud using curl or wget and avoid the IDE buffering the file in memory.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.