Skip to content

Commit

Permalink
fix #105
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark IIH committed Jul 29, 2019
1 parent dc23bc3 commit 3a59453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ gcs_get_object <- function(object_name,
object_name <- URLencode(object_name, reserved = TRUE)

if(meta){
alt = ""
alt = "json"
} else {
options(googleAuthR.rawResponse = TRUE)
on.exit(options(googleAuthR.rawResponse = FALSE))
Expand Down

0 comments on commit 3a59453

Please sign in to comment.