gcs_list_buckets('project-id') - API data failed to parse
featherduino opened this issue · 4 comments
featherduino commented
Error in as.POSIXct.default(t, format = "%Y-%m-%dT%H:%M:%S") :
do not know how to convert 't' to class “POSIXct”
Error: API Data failed to parse.
Wrote diagnostic object to 'gar_parse_error.rds', use googleAuthR::gar_debug_parsing('gar_parse_error.rds') to
debug the data_parse_function.
MarkEdmondson1234 commented
Thanks, this should be fixed in #100 so if you get the latest version it should be fixed - can you confirm which version you are using?
featherduino commented
I am using googleCloudStorageR_0.5.1
featherduino commented
Is there anyway i can directly push to BigQuery without cloudStorage bucket ? File size is not that big
MarkEdmondson1234 commented
Yes, for instance bigQueryR lets you uploaded data.frames directly.