You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spend some time trying to figure out why it didn't work for me. The reason is that Google updated the system.
Google's changes:
- use main() instead of init()
- specify go version in app.yaml
- most other declarations in app.yaml now invalid
- pass project name and version as flags in the gcloud command
- python install not needed anymore
Plus, you need ListenAndServe of course! ;)
I can confirm that it now works with the changes I made to the files.
0 commit comments