I'm using an R package that requires a list of file locations to work. Normally, if I have files stored in remote servers I provide the ftp, http or ssh paths and it works. If I do the same providing the gs path it doesn't work.
I cannot introduce gsutil commands in the list I provide or modify the code. I also cannot copy the files stored in the cloud in a local server because the space is not enough. I only need to use the files remotely stored in gcloud and pass them to the tool I'm using. How can I do this?