[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Craig, How did you prepare your build for deployment? You may refer to the "Deploying artifacts" sub-chapter of the "Building, testing, and deploying artifacts" page. Are all

[google-appengine] the Credentials oauth2client.contrib.appengine.StorageByKeyName creates are None

2019-01-14 Thread zi yang
I want to export my google project's google drive files to my google user's drive, to make it visible. So I want to create user's Credentials by using the method -- oauth2client.contrib.appengine.StorageByKeyName, which is gave by

[google-appengine] Re: How to connect Firebase Database from GOogle App engine

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Linus, You are indeed missing the fact that one can't as yet use Datastore and Firestore in the same project, one needs to choose at the start which functionality and features suit one's project better. The way you migrate from Cloud Messaging to FCM seems a separate issue. You may find

[google-appengine] Re: How to connect Firebase Database from GOogle App engine

2019-01-14 Thread Linus Larsen
So basically what you are telling me is there is no way for me to get FCM messaging working with my existing app engine project that I have been running for more or less 4 years now? I tried the Firebase Admin SDK for java, but I cannot initialise the library since I need a database name, I

[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-14 Thread Dos Branding
After running gcloud app deploy --verbosity=debug this is what I got. Result: { "response": { "betaSettings": { "has_docker_image": "true", "module_yaml_path": "app.yaml", "no_appserver_affinity": "true", "use_deployment_manager": "true"

[google-appengine] Re: the Credentials oauth2client.contrib.appengine.StorageByKeyName creates are None

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
The method you mention is meant to retrieve a credential from Datastore: class oauth2client.contrib.appengine.StorageByKeyName(**kwargs) Bases: oauth2client.client.Storage Store and retrieve a credential to and from the App Engine Datastore. Have you called the method this way? To access

[google-appengine] Re: Server Timeout whilst trying to add a Custom Domain to App Engine

2019-01-14 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Bradley, It seems that you have been affected by a known issue and currently the App Engine engineering team is working on a fix but there is no ETA at the moment. You can track of the progress of this issue’s resolution by following this link. Currently, there are two potential

[google-appengine] Laradock / Laravel deploy to App Engine Flexible not working

2019-01-14 Thread Mike P
I'm trying to deploy my new Laravel project, however it fails as apparently 'bcmath' is missing. I tried copying laradock's php.ini in the root of my project, but it doesn't seem to work. Any clue on how I can fix this? I've been at this for a couple of hours. *This is the log:*

[google-appengine] Re: App Engine PHP 7.3

2019-01-14 Thread 'Elliott (Google Cloud Platform Support)' via Google App Engine
Hello James, For both runtime environments, namely App Standard and App Flex, PHP 7.3 is not offered at this time. I have placed a feature request on your behalf to upgrade PHP to that version. I am providing some links below with the information you’ll need to build your custom runtime

[google-appengine] Re: Domain Puzzle

2019-01-14 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hello Joshua, The error message you provided indicates that the domain is currently in use by some other project. You can add custom domains using the Cloud Console,

[google-appengine] Re: Installing a 3rd party deb in App engine ?

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aswath, You are right, you cannot install software in GAE, as local system is not accessible, or writes are not persistent. Which environment do you refer to: Standard or Flexible? In fact, you don't need to organize your own cron system, you can simply use Cloud Scheduler

[google-appengine] Re: Server Timeout whilst trying to add a Custom Domain to App Engine

2019-01-14 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Bradley, It seems that you have been affected by a known issue and currently the App Engine engineering team is working on a fix but there is no ETA at the moment. Currently, there are two potential workarounds for this issue : 1. Run the following gcloud command to add a custom domain