[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread todu
Please provide detailed steps explaining this. I am having to redirect to appspspot instead of domain mapping. Also dont want appengine and google apps getting messed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: How is patching done for flexible instances?

2017-11-20 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi Attila, You're correct about the uncovered scenarios mentioned if your app runtime is container image runtime. However, we are very aware of all of the above mentioned scenrios, and our product teams are working hard to improve App Engine to a state where more needed solutions will be

[google-appengine] Re: Connect multiple cloud sql databases to one app engine service

2017-11-20 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi Mike, After some further search around, it looks there is no public documentation mentioning GAE connects to multiple Cloud SQL instances. From my point of view, config at app.yaml will not get to the purpose we want, so I suggest that you'll need to make a feature request at the issue

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-20 Thread Vijay M
I have been struggling with the same issue. I tried deploying a very simple app and waited for several minutes before the process timed out. I even ran into the same timeout issue with Google's own samples from https://github.com/GoogleCloudPlatform/python-docs-samples/

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread 'Steren Giannini' via Google App Engine
When it comes to storing items in Cloud Storage from client side web, I recommend looking at the web SDK of Cloud Storage for Firebase: https://firebase.google.com/docs/storage/web/start On Monday, November 20, 2017 at 12:02:08 PM UTC-8, Scott Campbell wrote: > > Yannick! Thanks again for your

[google-appengine] Re: Writing Datastore controller for appengine and GCE?

2017-11-20 Thread Alex Buchanan
Ah, well, I have been digging through that documentation for weeks now, on and off. There is quite a bit of it, so I missed that note. Thanks for pointing it out. It took me awhile to realize that there were even two separate Go APIs. Maybe I skim too much. I ended up rewriting my api calls to

[google-appengine] Re: Why I (can not) choose AppEngine Flexible

2017-11-20 Thread 'Steren Giannini' via Google App Engine
Thanks for the detailed feedback. We value it a lot and it helps us orient the direction of our products. Regarding managed services: A new API, currently in Alpha, called "Cloud Tasks API" allows you to submit push tasks from App Engine Flex. Get whitelisted by filling this form:

[google-appengine] SSL Certificate renewed in but expiration date was not updated in GAE - now not able to upload a new certificate

2017-11-20 Thread Edwin Lau
So My SSL certificate was renewed (it was done through GoDaddy), but our GAE settings did not seem to get updated - so the old certificate expired 10 days ago. I went through the whole process of generating a new private key, a CSR, a new certificate and tried to upload a new certificate in

Re: [google-appengine] Re: PHP Flexible Environment: Write access to directory possible?

2017-11-20 Thread 'Takashi Matsuo' via Google App Engine
Hi Jörg, It seems like there is a method call to change the compile dir (and also cache dir). See: https://www.smarty.net/docs/en/api.set.compile.dir.tpl On Fri, Nov 17, 2017 at 1:01 PM 'Jörg Hartgen' via Google App Engine < google-appengine@googlegroups.com> wrote: > Dear Takashi, > > yes,

[google-appengine] Re: Why I (can not) choose AppEngine Flexible

2017-11-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I completely agree with your explanations on the current differences between App Engine Standard and Flexible, and why these differences of offerings between the two App Engine environments cause a desire for a type of feature unity to make Flex more like Standard (or vise-versa). We are very

[google-appengine] Re: using /.well-known/ URL path with flex environment

2017-11-20 Thread Vick Khera
Here's my final solution: location ^~ /.well-known/ { alias /app/well-known/; } I figured out the path by watching a deploy and noticing the web root was inside /app and deduced that was the application root for flex engine. Using the ^~ match causes it to overrule the prohibition against

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread Scott Campbell
Yannick! Thanks again for your support, I do appreciate it. This will help me debug the issue now that I know where to look. I will link my stack-overflow question. https://stackoverflow.com/questions/47381667/getting-403-signaturedoesnotmatch-when-uploading-to-google-cloud-storage On

[google-appengine] Re: site sell google storage to porn + nonlegal stream sites

2017-11-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi, thank you for submitting this issue. Please fill up this form to report suspected abuse on Google Cloud Platform. However, I can't provide you with an ETA of the investigation, but rest assured that Google strives on improving

[google-appengine] Re: Strange behavior with my dispatch.yaml

2017-11-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Your '- url: "*/" service: default' rule in your dispatch.yaml is the cause. You specifically specify that any domain '*' without parameters should serve the default service. E.g: 'admin-dot-X.appspot.com' conforms into your '*/' rule, so it will serve your default service. Where as

[google-appengine] Re: using /.well-known/ URL path with flex environment

2017-11-20 Thread Vick Khera
My best lead to solving this seems to be to use an nginx location directive like this and placing the files into a directory called well-known in my application root directory. location /.well-known/ { alias /some/path/well-known/; } However, I do not know what the absolute path to the

Re: [google-appengine] App Engine Flex Environment PHP Runtime document root not found

2017-11-20 Thread Vick Khera
On Thursday, April 20, 2017 at 2:34:02 PM UTC-4, Takashi Matsuo (Google) wrote: > > > There are two extensions for using memcached; `memcache` and `memcached` > extensions. Yeah it's confusing, but in short, the `memcache` is an old > one, and not actively maintained. On our runtime, we only

[google-appengine] Re: Writing Datastore controller for appengine and GCE?

2017-11-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
If you are looking to deploy to App Engine Standard it is recommended to follow its documentation . Currently the App Engine Standard Go environment is not recommended to use the

[google-appengine] Re: How to extract values from log line for log based metric?

2017-11-20 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Attila, I believe you want to be looking into Logs-based Metric Labels which allow you to specify a regular expression to run on your logs when defining them. To make you you understand the entire picture, you should read

[google-appengine] using /.well-known/ URL path with flex environment

2017-11-20 Thread Vick Khera
I'm trying to confirm a service that requires me to drop a file into the /.well-known/ path on my server. I've found many articles online that suggest adding a "handler" section to my app.yaml file and mapping the .well-known url to a directory named well-known. However, that a) doesn't see to

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Scott, the "StringToSign" field tells you what it expects the canonical string to look like. You should double-check that the string your client uses is exactly the same (including any whitespace). For this kind of technical question I also recommend that you post it to Stack Overflow

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread Juan Carlos García Sigüenza
it's works very fine!!! very thank you!!! El lunes, 20 de noviembre de 2017, 15:06:08 (UTC+1), Yannick (Cloud Platform Support) escribió: > > You are now able to manually override domain mappings yourself by using > the Admin API 'DomainOverrideStrategy' option >

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
You are now able to manually override domain mappings yourself by using the Admin API 'DomainOverrideStrategy' option . - Simply create your domain mapping via the API

[google-appengine] Re: App Engine Flex overwriting public folder permissions on deploy

2017-11-20 Thread 'Gary Aure' via Google App Engine
Hi, I have the same question. I need a specific folder in flexible environment to be writable because I am using a chunk uploader that does not support Cloud Storage for temporary storing chunked files. Chunked were deleted once the whole file has completed uploading. On Tuesday, April 25,

[google-appengine] Re: GAE roadmap

2017-11-20 Thread Nilson Pontello
Hi Samuel, There is no roadmap, unfortunately. What I did to predict a small portion of what is coming next was a filter inside public bugtracker for *Accepted* feature requests: https://issuetracker.google.com/issues?q=componentid:187191%2B%20status:accepted But you won't get any ETA.

[google-appengine] Java url-stream-handler: native vs urlfetch

2017-11-20 Thread Nilson Pontello
What are the advantages and disadvantages while using *native* vs *urlfetch* ? It is known that *urlfetch* doesn't need billing enabled and you can also use it in order to identity your app to apis and services . In theory,