[google-appengine] Re: How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
Currently I have a client app that is local to the desktop and needs to send a request via Python to the server app (App Engine App) that then interacts with the other services. I am using standard environment. I have tried many examples for the GCP docs for authentication, including oauth, etc

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
This is what I am trying to do based on the GCP docs. I just need to know how to get the token from GCP to use in my client-side app so that it can make requests to my App Engine app. Do you have an example that simply gets a token by using the service account key? Thanks On Thursday, May 5, 2

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
Standard environment. Client app->App Engine App->Other services is the logic flow. Client is Python code. I am trying to use the service account key to request a token so that my client app and submit a request to my App Engine App (controller/proxy/etc). Code method below: from google.auth.tr