How to use Rstudio sever to handle a superlarge data, how to input data to Rstudio server from google storage?

Hi, everyone, I am a new guy, I installed Rstudio server on google. Because my methylation data is very large(6.51g), I can't upload it on server. SO I stored it on google storage, and use minfi package to handle this.

library(tidyverse)
library(minfi)
setwd("~/methylation")
targets <- read.metharray.sheet("./")
drive_get("https://console.cloud.google.com/storage/browser/methylation-medulloblastoma")
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort

At last I found that it can't work because of "This site can’t be reached; localhost refused to connect;
Search Google for localhost 1410". I don't know how to do with it, could anyone help me with this?
Because I am only allowed to post one figure, so I combine them together.