[google-appengine] Re: Blobstore API failing to init blobs in local dev environment

2020-05-11 Thread 'David (Cloud Platform Support)' via Google App Engine
You probably need to import apiproxy_stub_map and register the file service stub: from google.appengine.api import apiproxy_stub_map from google.appengine.api.files import file_service_stub See This Document

[google-appengine] Re: cPanel, File Manager in WordPress Deployment on Google Cloud

2020-05-11 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Although I could not find CPanel specifically, I was able to find a starting point for Wordpress for GCP here . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

Re: [google-appengine] Network error when attempting to fetch resource

2020-05-11 Thread Joshua Smith
Look at the network activity debugger in your browser, or try hitting the URL using curl -v from the terminal. That will generally help you sort out what headers are being included. The rule you included would only add those headers to images, not your JSON stuff, but maybe that was just an

[google-appengine] Network error when attempting to fetch resource

2020-05-11 Thread Nutchapol Dendumrongsup
Hello fellow developers and data scientists. I have a question about a problem with accessing the API deployed on the google app engine from the javascript app deployed on Heroku. When I access my API link on google chrome, it works properly. However, when I use my javascript app deployed on

[google-appengine] Cannot delete G Suite organization account

2020-05-11 Thread Sergey Nevmerzhitsky
Hello guys! I try to delete G Suite Basic organization to delete entire G Suite service. But it say to me that I have active projects in Google Cloud Platform. But when I go to GCP site I see zero resources/projects right now. I have some in the past but I scheduled deletion of all more than 1

[google-appengine] Re: Alternative to IN (Filter)

2020-05-11 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, Datastore allows querying on properties. Supported comparison operators are =, <, >, <=, and >=. "Not equal" and IN operators are currently not supported. This may change in future. You may check related detail on the Query

[google-appengine] cPanel, File Manager in WordPress Deployment on Google Cloud

2020-05-11 Thread rahul patwa
How do I install / setup cPanel & FIle Manager in WordPress Deployment on Google Cloud? And how do I get setup FTP access? -- 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,

[google-appengine] Re: "Billing has not been enabled" error on project with enabled billing

2020-05-11 Thread Alexander Kislitsky
I've found the problem. We are trying to save info into BQ Dataset in another project and this is root cause of error - in another project billing was disabled. On Saturday, May 9, 2020 at 1:13:57 AM UTC+3, Alexander Kislitsky wrote: > > An error appears today on stable working project with

[google-appengine] Re: "Billing has not been enabled" error on project with enabled billing

2020-05-11 Thread Alexander Kislitsky
I've found the problem. We are trying to save info into BQ Dataset in another project and this is root cause of error - in another project billing was disabled. On Saturday, May 9, 2020 at 1:13:57 AM UTC+3, Alexander Kislitsky wrote: > > An error appears today on stable working project with