Re: [google-appengine] Google Cloud Storage API, sometimes we get errors

2018-02-07 Thread Armen Haroyan
Well that's the strange part, this means that sometimes the API returns errors, which means Google is having some internal errors. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails

Re: [google-appengine] Google Cloud Storage API, sometimes we get errors

2018-02-07 Thread Ani Hatzis
Hello Armen, if the code is the same, what else is different? Is the solution hosted in the same project and is the access to the same bucket? Is the authentication method different or the ACL of the bucket? Maybe you can share if Cloud Logging is showing more entries before the actual error.

[google-appengine] Google Cloud Storage API, sometimes we get errors

2018-02-07 Thread Armen Haroyan
Hello We have a SaaS based solution, many clients use the same code. But for 1 client we often get an error 'Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information' Any ideas why this can happen?