googleCloudStorageR
googleCloudStorageR copied to clipboard
Google Cloud Storage API to R
Started getting this error today out of nowhere. Any idea what it means?
Hi Mark, I am receiving this error when I try to authenticate via json file in my R server: ``` > gcs_auth(json_file ="/home/dgarcia/SCRIPTS/json_auth/Analytics-6442102f394e.json") Error in init_oauth_service_account(self$secrets, scope = self$params$scope, :...
Currently, it seems `gcs_list_buckets` does not support pagination unlike `gcs_list_objects` but it's nice if `gcs_list_buckets` supports pagination so that it can list more than 1000 buckets.
**Usecase:** I am trying to save a raster object as a .tif file in gcs, with these lines of code: f
Hi, This might be naive question and I might be missing something but wondering if there is way to load file saved as a .RDS file from GCP bucket directly...
Example: ``` meta
When testing solution of this https://github.com/cloudyr/googleCloudStorageR/issues/146 I got this warning ```r my_parse
Currently (as I understand) `gcs_copy_object()` only allows a sequential copy, by looping over a list of objects and calling the copy on them separately. However, the gsutil CLI allows a...
Hello, Is there any way we can utilize HMAC access id and secret key rather than passing the authentication JSON? I tried to find documentation on this but wasn't able...