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

2022-05-05 Thread 'Andres Fiesco Casasola' via Google App Engine
How are you issuing the HTTP(s) request from your app engine? Could you please share the documentation you used for the authentication? Are you using a standard or a flex environment? On Thursday, May 5, 2022 at 2:06:35 AM UTC-5 david.b...@zebra.com wrote: > I am trying to figure out how to

[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