ministryofjustice / analytics-platform

Parent repository for the MOJ Analytics Platform
MIT License
14 stars 1 forks source link

Fix files being corrupted on RStudio upload (e.g. xlsx) #11

Closed RobinL closed 7 years ago

RobinL commented 7 years ago

What happened?

When using the upload button in R Studio, files get corrupted if the filetype is non-text. So, e.g. World (xlsx) files get corrupted, and so do .xlsx, but .csv files seem to be fine.

Need to verify that the file on the platform is identical to the file on the user's local machine (e.g. the checksum is the same, or some other similar method)

andyhd commented 7 years ago

This is the root cause of issue #6

andyhd commented 7 years ago

I've fixed this bug in the latest version of the RStudio proxy. You will need to redeploy RStudio for affected (all) users.