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

2022-05-09 Thread 'David Brogdon' via Google App Engine
Thursday, May 5, 2022 at 7:03:24 PM UTC-5 anat...@newventurevisions.com > wrote: > >> Usually you need to call google api to get token using your service >> account key. Then use token in https request header. >> It does depend on how your app engine app is configured thou

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

2022-05-09 Thread 'David Brogdon' via Google App Engine
gt; > Sincerely, > Anatoli Trifonov > > > > > On Thu, May 5, 2022 at 12:06 AM 'David Brogdon' via Google App Engine < > google-a...@googlegroups.com> wrote: > >> I am trying to figure out how to authenticate a desktop app to my App >> Engin

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

2022-05-09 Thread &#x27;David Brogdon&#x27; 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

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

2022-05-05 Thread &#x27;David Brogdon&#x27; via Google App Engine
I am trying to figure out how to authenticate a desktop app to my App Engine app in order to send HTTP requests to my App Engine App. I have read all the documentation I can find but what I really need to know is, *how do I feed my service account key info into my http request so that my App En