[google-appengine] AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-21 Thread Michael Johansson
So I'm trying to learn App engine and the earth engine api. I'm pretty new to this. I am therefore trying to get some tutorial demos to work. More specifically the "trendy lights" demo found here . I am on windows 7, running python 2.7.

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-21 Thread Michael Johansson
*Update:* This seems to be an issue with how the authentication is done in the example. It seems that it has changed since the example was written. As a newcomer to the App engine, this is pretty confusing to wrap my head around. Maybe it is really simple. I have at least been trying to figure

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-23 Thread Michael Johansson
ink this thread for context. It seems you > did indeed find the source of the issue in the changed name of the function. > > Cheers, > > Nick > Cloud Platform Community Support > > On Wednesday, September 21, 2016 at 10:05:44 AM UTC-4, Michael Johansson > wrote:

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-03 Thread Michael Johansson
riday, September 23, 2016 at 3:52:50 PM UTC+2, Michael Johansson wrote: > > Thank you for the reply. I will file an issue there and keep you updated > with what I find out or learn. > > I also tried another server example > <https://github.com/google/earthengine-api/tree/master/demos/

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-14 Thread Michael Johansson
> > From what I can tell, the earth-engine _helpers.py is using the old method > and needs to be updated to use the new ServiceAccountCredentials method. > > On Monday, October 3, 2016 at 7:55:00 AM UTC-5, Michael Johansson wrote: >> >> I have now tried the ex