[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2018-07-24 Thread Joshua Lyon
Thanks for the reply. I signed up for both Memcache (Flex) and Could Tasks alpha access several days/weeks ago and never heard anything back... hence the reason I'm posting here to get clarification. It's unclear if some of these alphas are just not actually open yet, if they aren't accepting n

[google-appengine] React JS routers doesn't work

2018-07-24 Thread Birhanu Hailemariam
I have deployed a compiled ReactJS app to the App engine but, routes are not working other than the root "/" route which is directing to "index.html" page (i.e app's the entry point). My app.ymal file is fairly a simple one. What do I miss here?! # [START runtime] runtime: nodejs8 api_version:

[google-appengine] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
You don't seem to have set the name of the persistence unit. A method setPersistenceUnitName() is defined to this purpose in Class JDOPersistenceManagerFactory that you imported by means of "javax.jdo.PersistenceManagerFactory; ". What do you want to achieve through lines such as: and in y

[google-appengine] Re: In logs viewer all GAE module versions are displayed even deleted but not actual with 100% traffic

2018-07-24 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
As logging data is retained for 30 days , you see all the versions including the deleted versions in the dropdown menu. However you may raise a feature request via the Issue Tracker

[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2018-07-24 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Joshua, one of the best ways to get updates is to sign up to have access on the alpha features. Example for Memcache, you can sign up here . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To uns

[google-appengine] Re: Large image Uploads to Buckets in Cloud storage --- google api php client

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Krishna, You may find a relevant example on using the Client Library for PHP, at stetic/google-cloud-storage-upload-download.php on Github. Background information and relevant concepts are covered on the "Using Cloud Storage with PHP

[google-appengine] Is it even possible to host magento on app engine?

2018-07-24 Thread 'Ryan Sun' via Google App Engine
So there is this post https://cloud.google.com/solutions/architecture/magento-deployment descried that you can deploy magento to app engine, but magento itself has 14000+ files, how would it be possible to deploy with the 1 files limit on app engine? -- You received this message because

[google-appengine] Re: Admin Panel Nodejs Standard

2018-07-24 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I should note that this Admin Panel is deprecated a long time ago and we don’t support it anymore. You may raise a feature request in the Issue Tracker on providing a memcache emulation for local development so that it would be evaluated

[google-appengine] Re: Default Encodings

2018-07-24 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
It makes sense for Flex Env (Java8) to upgrade to UTF-8. But as GAE Flex and Standard are two separate products, they are not expected to have parallel upgrades. For more information on how to set it please visit this page: https://cloud.google.com/appengine/docs/standard/java/config/appref

[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2018-07-24 Thread Joshua Lyon
Have there been any updates with regard to the App Engine Flexible Memcache service alpha? This and Task Queues, which also has it's own Cloud Tasks alpha, are the two things that are holding me up from moving some projects from standard to flex. On Tuesday, July 3, 2018 at 1:30:09 PM UTC-5, Ke

[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
It may be worthwhile trying to only grant the primitive roles of Owner, Editor, and Viewer, and watch for any change in behavior when deploying. Does this happen only when deploying to update the default service? What happens if a new variant is deployed by the co-worker, distinct from the defa

[google-appengine] Large image Uploads to Buckets in Cloud storage --- google api php client

2018-07-24 Thread Krishna Muddam
Can you please explain , how to upload images to Buckets in Cloud storage using "google api php client" with an example.. -- 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, sen

[google-appengine] In logs viewer all GAE module versions are displayed even deleted but not actual with 100% traffic

2018-07-24 Thread Serhii Bondar
I have GAE module and I can't quickly see its logs (https://console.cloud.google.com/logs/viewer) because when I am trying to select actual version there is a list of buch of versions that I deleted a long time ago but not actual. So I have to type in search input actual version number to selec

[google-appengine] Re: Appengine IP is blocked in Google Translate API

2018-07-24 Thread Anton Godoroja
The issue is now resolved. There was an IP restriction policy set for the API key. After migration to Appengine (with dynamic IPs) there is no possibility to restrict usage by ip. On Monday, July 23, 2018 at 3:00:31 PM UTC+2, Anton Godoroja wrote: > > How can Google's IP be blocked by Google API