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 fro

[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? --

[google-appengine] Parallel bulk file(object) operations on cloud storage from PHP flexible environment app engine.

2017-12-14 Thread Armen Haroyan
Hello We have a php app running on app engine, flexible environment, and we need to do a bulk file operation on on a google cloud storage, like copy a 200 files from one place to another in a bucket. We were using php libraries out there, but as they all are doing the copy operations file by f