itay-jether opened a new issue, #5466:
URL: https://github.com/apache/arrow-rs/issues/5466

   Object store default authentication (ApplicationDefaultCredentials) works 
with looks for a json file, which on linusx is on usually on 
`~/.config/gcloud/application_default_credentials.json`. The path is determined 
by using concatentating the path of `HOME`  environment variable with the 
string `.config/gcloud/application_default_credentials.json`
   
   However, on windows it can be in other paths, like 
`C:\Users\[User]\AppData\Roaming\gcloud` directory, the directroy can be 
retrieved by `gcloud info`, under 'User Config Directory'. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to