[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey solsTiCe d'Hiver, This appears to follow the symptoms of an issue some other users have observed . Other than this, I can think of some potentially fruitful questions to ask: * which oauth2 token are you using now, is it b

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-19 Thread solsTiCe d'Hiver
hi nick, - the oauth2 token is associated with an account which is owner of the app. - to generate the credentials file I followed the instructions in the url I gave. It seems both the oath2 token and the credentials is needed ? or the oath2 is ignored ? -I have not s~ in my bash script. I am t

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey solsTiCe, Unfortunately it's not quite clear to me which instructions you're following. Also, it seems strange that you'd need both credentials and a token. Could you be a little more specific about exactly what steps you're following to build "myapp.json"? Additionally, I can see in your

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2017-06-14 Thread Bemmu
I had the same problem and just got it to work. As the OP mentioned, I could not manage to get it to work following the steps suggested by the appcfg.py error message (*oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available. They are availa

Re: [google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-07-01 Thread solsTiCe d'Hiver
hi. sorry So to make thing a little clearer I hope: I follow the standard procedure using appcfg.py using an oauth 2 token. that's when I got that error message 2016-07-01 17:55:25,147 INFO client.py:981 Timeout attempting to reach GCE > metadata service. > Traceback (most recent call last): >

Re: [google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-07-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey solsTiCe, Could you perhaps try adding the relevant service account as an App Engine Administrator and Project Owner in your Developers' Console "IAM" section? On Friday, July 1, 2016 at 12:25:51 PM UTC-4, solsTiCe d'Hiver wrote: > > hi. sorry > > So to make thing a little clearer I hope: >