Les Vogel

Results 58 comments of Les Vogel

60 minutes is typically when your auth token expires, my guess you'll see something about that elsewhere in your logs. You need to refresh your token -- the client libraries...

Taking a look at the [JavaDocs](https://developers.google.com/api-client-library/java/google-oauth-java-client/reference/1.20.0/com/google/api/client/auth/oauth2/Credential#refreshToken%28%29) it looks like you should call `refreshToken()` on your `Credential`.

@ludoch could you take a look at this. I read through the source code and couldn't find anything that looked like a `Credential`, so it's probably on the "inside" portion...

Were you seeing an error 502?

Cool - it's a known issue.

For gcloud on a Mac and Linux it can be found by: 1. Look in ~/.config/gcloud/active_config 2. Look in ~/.config/gcloud/configurations/config_NAME_FROM_ACTIVE_CONFIG 3. grab project = ``` [core] project = lesv-003 account...

At some point, the IDE's are going to need to do the equivalent of `gcloud auth application-default login` if you are going to work w/o the `gcloud sdk` to provide...

I just figured this was a cross project issue so I posted it here. I don't think requiring users to setup ADC G_A_C envVar is the best idea. @patflynn FYI

This is for the runtime environment locally, these could easily be sent from other sources, or we could document the requirement to set the envVar's - which I'm ok with.