Unfortunately the code you have is a Python command-line script, meaning
you can't use Google Cloud serverless platforms (App Engine, Cloud
Functions, Cloud Run) unless you either add API endpoints and data
serialization, or turn it into a full web app.

Based on what you have right now, you can try to run it elsewhere: 1) in
Cloud Shell, 2) on a Compute Engine VM (most users get an f1-micro free
each month), 3) Kubernetes Engine (more complex, but you seem have a
`google.yml` file for it), or 4) on your own computer.

On Sun, Nov 29, 2020 at 11:52 AM Zain Basit <zainbas...@gmail.com> wrote:

> https://github.com/zainbasit/GoogleCloudPlatform this is the app I want
> to deploy and execute, cloud functions didn't work.
>
> On Monday, November 30, 2020 at 12:28:24 AM UTC+5 yananc wrote:
>
>> *Hello, If you would like to know general information on how to deploy
>> and run Python apps on App Engine, please refer to the Quickstart for
>> Python 3 in App Engine Standard
>> <https://cloud.google.com/appengine/docs/standard/python3/quickstart> and
>> Quickstart for Python in App Engine Flexible
>> <https://cloud.google.com/appengine/docs/flexible/python/quickstart> for
>> detailed steps and sample Hello World apps for demonstration. If you have
>> any specific questions or issues regarding the matter, please kindly
>> elaborate so it would be much easier to get them answered.*
>>
>> On Sunday, November 29, 2020 at 9:58:09 AM UTC-5 zainb...@gmail.com
>> wrote:
>>
>>> Want to execute and run python app
>>
>> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/294a84ea-b75f-43d4-a9bf-be5304612fd8n%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/294a84ea-b75f-43d4-a9bf-be5304612fd8n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A computer never does what you want... only what you tell it."
    wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software
Architect & Engineer
    Developer Advocate at Google Cloud by day; at night...
    Python training & consulting : http://CyberwebConsulting.com
    "Core Python" books : http://CorePython.com
    Python blog: http://wescpy.blogspot.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAB6eaA4CekH20nAPegM1V6vvemAYBW29p-kXQXKpoVdND%2BAsKg%40mail.gmail.com.

Reply via email to