I am not sure to understand,
I use storage API, i import the file, then read it on my www.
at every connnexion I use the API to get my file:
gcs_get_object(PathFile_ind,saveToDisk="www/data.csv",overwrite=T)
df=data.frame(fread("www/data.csv",sep=","))
David