cloudyr/googleComputeEngineR

file transfer problem google cloud

Opened this issue · 1 comments

I uploaded a 30gb r.tab file to a google cloud bucket. I then used this code to copy the file to the R directory of Rstudio server:
gsutil cp gs://bucketname/ukb43365.tab r//rrstudios.cloud/project/peaceful-123
The system copied the file and left this message
Copying gs://bucketname/ukb43365.tab...
/ [1 files][ 30.6 GiB/ 30.6 GiB] 9.8 MiB/s
Operation completed over 1 objects/30.6 GiB.
When I look in the R directory I don't see the file. What is my problem?

Maybe the permissions to see the file? But would need a reprex to help further