[google-appengine] Re: Help with identifying the authentication error in

2020-01-03 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. It seems you are trying to use Application Default Credentials to set the default service account to authenticate between services. To clarify be default GCE service accounts have the Cloud IAM project editor role

[google-appengine] Re: Cannot use webapp2 Mako api

2020-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
You must add the mako package to your application directory for App Engine, as documented on the "Mako" page . This discussion group is oriented more towards general opinions, trends, and issues of general nature touching

[google-appengine] Re: Sample code/documentation to connect to Google API Client Blogger API

2020-01-03 Thread 'Olu' via Google App Engine
I have not found any documentation on accessing Blogger API using the default Credentials as you have indicated. General documentation about using the Bloggers can be seen on this link . The Blogger API is though a Google API but it is not supported by

[google-appengine] Cannot use webapp2 Mako api

2020-01-03 Thread Sunando Samaddar
Hi, I'm trying to use Mako with `webapp2_extras`, but I get this error everytime. File "/Users/sunandosamaddar/google_drive/py/webapp2_apps/hellowebapp2/main.py", line 5, in from webapp2_extras import mako File