Re: [google-appengine] login: admin in python37

2021-01-28 Thread 'Emil' via Google App Engine
The builtin solution is no longer available, you can test iam permission in your code as explained here if it is feasible for you. On Wednesday, January 27, 2021 at 8:28:10 PM UTC+1 Joshua Smith wrote: > Interesting. I'll make that my fallback pla

[google-appengine] Re: No space left on device

2020-07-07 Thread 'Emil' via Google App Engine
The Google Cloud Shell offers only [5GB of persistent storage]( https://cloud.google.com/shell/docs/how-cloud-shell-works#persistent_disk_storage) and I'm assuming that you are exceeding this limit durin some operation. You can either clean your home directory or if you need more than 5GB, prov

[google-appengine] Re: Old pip version being used when deploying to app engine flexible

2020-04-21 Thread 'Emil' via Google App Engine
Hi Gabriel, As was proposed by Nicolas, if you need specific version of pip to install other dependancies, you can switch to custom environment and tweak Dockerfile to first update pip and then install other dependan