You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in #33106, GcsFileSystem$create is documented to say it takes a path to a set of JSON credentials on disk. Right now, it only takes a character vector containing the JSON credentials.
Describe the enhancement requested
As discovered in #33106,
GcsFileSystem$createis documented to say it takes a path to a set of JSON credentials on disk. Right now, it only takes a character vector containing the JSON credentials.So this works:
And this does not:
I think both use cases should work so I think we should:
Component(s)
R