# NOT RUN {
# }
# NOT RUN {
obj <- gcs_get_object("your_file", meta = TRUE)
signed <- gcs_signed_url(obj)
temp <- tempfile()
on.exit(unlink(temp))
download.file(signed, destfile = temp)
file.exists(temp)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab