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. I am just needing to know how to get 
the token for use in the requests because so far I have failed. I have 
tried using API key method, service account key method, etc. I just need to 
authorize the service account.  
On Thursday, May 5, 2022 at 1:00:47 PM UTC-5 Andres Fiesco Casasola wrote:

> 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 [email protected] wrote:
>
>> 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 
>> Engine app will respond? Right now I am getting an error stating there are 
>> no credentials.  *
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d6e89868-325c-4002-81f1-4df36c940daan%40googlegroups.com.

Reply via email to