[google-appengine] Re: writable files in wordpress

2018-01-15 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
For specific technical questions, I recommend that you also ask your question on Stack Overflow using one of the tags monitored by our community technical support team. Kindly Note, that you could control the access to your Cloud Storage

[google-appengine] Re: App Engine doesn't read a file

2018-01-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Giancarlo, Did you deploy your app? Do you test it using the local server? You seem to try using the local system in the app engine standard environment, which is not possible. This group is meant for general questions and voicing of opinions. For coding-related issues you are at an

[google-appengine] Re: Issue with invalid SSL certificate

2018-01-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, We do hope that fixing this issue won't take till next year. I'll keep an eye on developments and update the thread accordingly. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: App engine flexible Jetty/Resteasy version

2018-01-15 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
For specific technical questions, I recommend that you also ask your question on Stack Overflow using one of the tags monitored by our community technical support team, since there would be more visibility on it. -- You received this

[google-appengine] Re: Unable to verify domain registered on Fatcow

2018-01-15 Thread Vick Khera
On Monday, January 15, 2018 at 8:48:42 PM UTC-5, NP wrote: > > Hi Vick, > > I just tried (using https://www.digwebinterface.com and > https://toolbox.googleapps.com/apps/dig/) and they both don't return the > values that I created for Google. > > I just noticed that Fatcow control panel has a

[google-appengine] Re: memcached client with sasl

2018-01-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vick, The page your link points to recommends for PHP the use of the memcached extension. This extension is included in the PHP runtime. You only need to choose your configuration and set the configuration

[google-appengine] Re: Unlimited topics in PubSub

2018-01-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, How does your use-case look like, exactly, that requires creating and deleting topics at such a high rate? You seem to need delivering a large number of messages to each client. This can be accomplished without subscribing to a topic. You may consider a technology such as

[google-appengine] Re: Unable to verify domain registered on Fatcow

2018-01-15 Thread NP
Hi Vick, I just tried (using https://www.digwebinterface.com and https://toolbox.googleapps.com/apps/dig/) and they both don't return the values that I created for Google. I just noticed that Fatcow control panel has a tab for 'Pointers' and it shows the domain as 'Parked'. Do you know if

[google-appengine] App Engine doesn't read a file

2018-01-15 Thread Giancarlo C.
Hi everybody, I'm new in this kind of platform (cloud) and I have a problem with App Engine. I have the following project structure in App Engine: - Root - nodejs-docs-samples - src - be-nodejs-piloto - node_modules - api.js (api post uri) - app.js (main) -

[google-appengine] NodeJS client connection to Datastore

2018-01-15 Thread Giancarlo C.
Hi everybody, I'm new in this kind of platform (cloud) and I have a problem with App Engine. I have the following project structure in App Engine: - Root - nodejs-docs-samples - src - be-nodejs-piloto - node_modules - api.js (api post uri) - app.js (main) -

[google-appengine] Re: Unable to verify domain registered on Fatcow

2018-01-15 Thread Vick Khera
On Monday, January 15, 2018 at 1:23:50 PM UTC-5, NP wrote: > > Hello, > > A friend registered a domain on Fatcow and is trying to map this to an App > Engine Project. The first step in adding a custom domain name says to > verify the domain. She has tried both the TXT and CNAME methods and it's

[google-appengine] writable files in wordpress

2018-01-15 Thread Vick Khera
It seems some wordpress module authors like to write files for temporary use, such as exporting some data from Easy Digital Downloads (a store-front plugin). They emit errors such as `Your content folder in “gs://bucketname/1” is not writeable.` which naturally it is not. I've also seen this

[google-appengine] memcached client with sasl

2018-01-15 Thread Vick Khera
I've successfully configured my wordpress instance on GAE flex environment to use the W3 total cache plugin with memcache from RedisLabs for various caches. However, I cannot get it to use the SASL authentication. The page

[google-appengine] Re: Image service API for php flexible environment.

2018-01-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Joseph, the Standard to Flexible migration guide has a section on the Images service . As stated in the guide, the Images service is only available on the Standard environment but you can resize images to the desired

[google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2018-01-15 Thread 'Osmond Ng' via Google App Engine
Will GAE standard different to GAE Flex interm of connecting to GCE instance? Any timeline can share? IHAC is waiting for this for their AWS to GCP migration. On Wednesday, December 6, 2017 at 7:33:41 AM UTC+8, Marcus Mosttler wrote: > > Does anyone know if there has there been any updates on

[google-appengine] Unable to verify domain registered on Fatcow

2018-01-15 Thread NP
Hello, A friend registered a domain on Fatcow and is trying to map this to an App Engine Project. The first step in adding a custom domain name says to verify the domain. She has tried both the TXT and CNAME methods and it's been 2 days but webcentral still says it is unable to verify the

Re: [google-appengine] Unlimited topics in PubSub

2018-01-15 Thread Volkan Özdemir
teşekkürler. 2018-01-15 18:37 GMT+03:00, Joshua Fox : > Upon receiving a command that triggers the sending of a specific group of > messages, the server pumps out 10-100 messages. A client needs be be > subscribed to receive exactly this group of messages. Thousands of

[google-appengine] Re: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

2018-01-15 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
This seems to be a dated known issue about the need to generate the certificates. You can find one of the blogs here . For further assistance I would recommend

[google-appengine] Unlimited topics in PubSub

2018-01-15 Thread Joshua Fox
Upon receiving a command that triggers the sending of a specific group of messages, the server pumps out 10-100 messages. A client needs be be subscribed to receive exactly this group of messages. Thousands of such commands may be received in an hour, so we need a new "topic" for each such

[google-appengine] App engine flexible Jetty/Resteasy version

2018-01-15 Thread Mohammed Alhammouri
I was running app engine flexible with jetty9 custom runtime , google cloud endpoints also The app worked I have made a few changes and re deployed the app after couples a days. The app now returns an error every time I make an API request: no such method Javax/ws/rs/core/MultivaluedMap

[google-appengine] Image service API for php flexible environment.

2018-01-15 Thread joseph thomas
Hi, I am migrating my project from standard to flexible environment in order to use PHP 7. It took me a while to connect successfully to cloud sql in flex environment. Now i am facing issues with image service API with flex environment...Is there any alternative i can use for image service ?

[google-appengine] sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

2018-01-15 Thread Shachar Grembek
Hi, I am using App Engine java 8 that exposes a few HTTPS GET API's. When I test my API from the browser it works perfectly, but when I create a java client from code that calls the API I receive an exception: " sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid