[google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-27 Thread Louise Elmose Hedegaard
Hi Adam, Why do you mention timeout - ConcurrentModificationException is not related to timeouts is it? Thanks, -Louise Den lørdag den 25. marts 2017 kl. 00.02.05 UTC+1 skrev Adam (Cloud Platform Support): > > A great article that explains this is 'Timeouts due to write contention >

Re: [google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-27 Thread Louise Elmose Hedegaard
Hi Jeff, What do you mean by "linear order of operations"? I do not get any timeouts. I begin the transaction before the pseudo code above, and attempt to commit the transaction after the pseudo code - it is the commit that causes the ConcurrentModification operation. I am quite sure I do not s

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-27 Thread Attila-Mihaly Balazs
Yes, that's exactly right Jeff. Thank you for formulating it clearly! Attila -- 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, send an email to google-appengine+unsubscr...@g

[google-appengine] Re: Issue with a new SSL Cert (You must verify ownership of this certificate's domain(s)in order to upload it)

2017-03-27 Thread Attila-Mihaly Balazs
Yep, the SSL interface is confusing (like, why do you have to verify the subdomain when you already verified the root domain? In what universe do you have control of the root domain but don't control the subdomain?). Anyway, when adding the domain to appengine, at the second step you *can* remo

[google-appengine] Re: Issue with a new SSL Cert (You must verify ownership of this certificate's domain(s)in order to upload it)

2017-03-27 Thread Arun Shanker Prasad
Hi Attila, Thanks for the response. Yes, I ended up doing that, but the issue is that it does not let me adding the root domain as the www domain is already there, so we had to remove and add it again. The new interface automatically adds both the root domain and the www subdomain. Also an im

[google-appengine] Re: Start page not shown

2017-03-27 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fabio, This appears to be a request for 1-on-1 assistance with a technical issue specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general high-level

[google-appengine] Re: Mapping Custom Domain to Specific URL

2017-03-27 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I would recommended moving your URL handler code into separate Services (e.g 'shoes.amazon.appspot.com'). Then you can upload a Dispatch

[google-appengine] Re: Google App Engine flexible runtime(custom runtime) and web font not working(ttf, woff, woff2)

2017-03-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
*404*s are normally served when a resource cannot be found given a specific URL. In general, an effective way to identify where this is happening is by starting from the where logs are available to you and working inwards until you get to the docker container. - Are there other static asset

[google-appengine] Re: Error 403 with Android restricted Cloud Platform API key and Cloud Endpoints

2017-03-27 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Provided that you are using the Endpoints client library that you generated for Android , it's not necessary to manually add the headers yourself. You need to configure the client library to authenticate

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-27 Thread Jeff Schnitzer
You can only transactionally enqueue tasks from GAE standard using the ApiProxy-based interface. You cannot yet transactionally enqueue tasks (named or otherwise) with the new REST-based APIs for the datastore and task queue. Flex only supports the REST APIs. It’s great to hear that this is on the

Re: [google-appengine] Re: Error when using google.cloud.logging with logging.v1.RequestLog?

2017-03-27 Thread Julian Bunn
Hi Nick, Thanks ... I do try StackOverflow from time to time for these sorts of technical issues, but have very limited success. Perhaps I'm using bad tags. See for example a logging related question I posted there on Friday about JSON credentials for logging https://stackoverflow.com/questions/43

[google-appengine] Re: Error when using google.cloud.logging with logging.v1.RequestLog?

2017-03-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Julian, I've been able just now to run the same code fine. What might you mean by "the type of logging we use on GAE"? Are you doing anything particularly odd there? It's worth mentioning here that this forum isn't meant for technical support but rather for general discussion of the platfo

[google-appengine] Re: Understanding write costs documentation

2017-03-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
To the best of my knowledge, the older model for quantifying entity writes is no longer being used anywhere. Thus, I believe the documentation page you provided is in need of some updating. I've forwarded this request to the documentation team. Thanks for bringing this to our attention. In t

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-27 Thread Carl Caulkett
Please read my initial description of the problem. The main problem was NOT the description of the page at the top. On Monday, March 27, 2017 at 7:27:30 PM UTC+1, Carl Caulkett wrote: > > I have supplied both bank account details and debit card details, and > despite not being alerted to any spe

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-27 Thread Attila-Mihaly Balazs
Thank you. Also, to give task queues their due: they DO support transactional adding of tasks, just NOT for named tasks. Attila -- 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

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-27 Thread Carl Caulkett
I have supplied both bank account details and debit card details, and despite not being alerted to any specific problem, both applications were rejected. I do not have the necessary account credentials for a billing support ticket, and the items described in the Free Trial Troubleshooter rather

[google-appengine] Error 403 with Android restricted Cloud Platform API key and Cloud Endpoints

2017-03-27 Thread Cristina De Rito
I have a problem restricting a Google Cloud Platform API key usage to an Android app: I have added its package name and certificate SHA-1 fingerprint (the debug one to get started) but it doesn't work. The error I get when calling any API is 403 Requests

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-27 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Transactional Tasks are coming to the new Cloud Tasks API which will be accessible via App Engine Flex and other Google Cloud products. You can sign up for the Alpha release of

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-27 Thread George West
Hi I need more info about when MySQL and the App are running under the same project Can I simply make a direct call to MySQL from the App engine without proxy, or white-listed IPs, or SSL Just an internal ip address and user name and password? On Friday, 24 March 2017 11:44:26 UTC-4, Jordan (

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-27 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The page is labeled "Google Cloud Platform" because the free trial is for Google Cloud Platform , of which App Engine is just one part. Free trial verification requires either a credit card or bank account details

[google-appengine] Re: Extract only log lines from stackdriver using gcloud?

2017-03-27 Thread Adrien Delessert
I've been using the grep-for-textPayload approach for a while which works for most things, but if you ever wind up needing to incorporate multiple keys from each log message I stumbled on a decent approach via jq, which gives you access to all of the keys and a format string syntax. For example

Re: [google-appengine] Re: Upload files to appspot.com

2017-03-27 Thread 'Josh Moore' via Google App Engine
Also note that each AppEngine app has a free quota of 5 GB for Cloud Storage via its "Default Bucket," as documented here . You won't have to worry about a charge, unless you're storing over 5

[google-appengine] Error when using google.cloud.logging with logging.v1.RequestLog?

2017-03-27 Thread Julian Bunn
Right now we cannot use the request_logs feature for downloading our GAE logs (see my other thread on that problem!), so I thought I would try the newer google.cloud features, and get modern :-) Here is the simple test I tried: from google.cloud import logging from google.cloud.logging import D

[google-appengine] Problems getting started with App Engine free trial

2017-03-27 Thread Carl Caulkett
Hello, I am trying to get started with the App Engine free trial but I cannot get the page (Labelled confusingly Google Cloud Platform) to accept either my Debit card or my bank details. The card details do not show any errant items and the bank details show no errors when the verify button is

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-27 Thread Attila-Mihaly Balazs
AFAIK they update it every two months or so. The latest SDK version downloadable from the site is 1.9.51, so I'm guessing there are at least some bugfixes / improvements which could help my applications. Attila -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Google App Engine flexible runtime(custom runtime) and web font not working(ttf, woff, woff2)

2017-03-27 Thread 임형주
I've got some problem where google app engine flexible custom runtime with web font(ttf, woff, woff2). I'vs got 404 error for web font resource. app.yaml runtime: custom env: flex Docker file # The standard nginx container just runs nginx. The configuration file added # below will be used by ng

[google-appengine] Mapping Custom Domain to Specific URL

2017-03-27 Thread Francis Mwangi
I am able to map custom domain to my appengine app. What i want is to map to a specific url within the app eg www.zappos.com to map to https://amazon.appspot.com/shoes www.yoyo.com to map to https://amazon.appspot.com/toys www.diapers.com to map to https://amazon.appspot.com/diapers is it possib

[google-appengine] Re: Problems with deploying App Engine application

2017-03-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Augusto, Which account is signed in with the gcloud tool? Are you sure that account has EDITOR privileges on the project? Keep in mind that this forum isn't meant for technical support, and ideally you should post a question like this to stackoverflow.com, including enough details about y

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-27 Thread pdknsk
gcloud prints the same. $ gcloud app instances describe --service default --version appEngineRelease: 1.9.48 ... I doubt it makes a differences as there have been no significant updates in months, if not years. -- You received this message because you are subscribed to the Google Groups "G

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-27 Thread Attila-Mihaly Balazs
I'm pretty sure it isn't a display bug since I used to also see "1.9.48" listed next to each instance on the "Instances" page (I no longer see it - perhaps they changed something and no longer display that column?) Attila -- You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-27 Thread pdknsk
It's a different reason that Google won't tell you. -- 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, send an email to google-appengine+unsubscr...@googlegroups.com. To post t

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-27 Thread pdknsk
I'm on 1.9.48 and use gcloud. Might be a display bug. -- 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, send an email to google-appengine+unsubscr...@googlegroups.com. To post

Re: [google-appengine] Make appspot URL unsearchable

2017-03-27 Thread himanshu kapoor
I am using the browser to access the URL but it does not redirect me to google login page. Mostly I am already logged In with user ID of the project owner. On Monday, March 27, 2017 at 11:00:43 AM UTC+5:30, Attila-Mihaly Balazs wrote: > > Yes, "login: admin" is independent of the runtime you us

[google-appengine] Start page not shown

2017-03-27 Thread Fabio Gonçalves
Hi, I published all my *.html and *.jpg, etc. via Google App Engine. These files are reachable. When I enter https://fogo-guide.appspot.com/index.html the page is shown. But when I try https://fogo-guide.appspot.com/ I get an error message: Traceback (most recent call last): File "/base/data

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-27 Thread Attila-Mihaly Balazs
Sorry y'all, but getting back to the original topic: both of my applications (I have a "staging" and a "production" one) are stuck on 1.9.48, even though 1.9.51 is out! Relevant logs: - Staging: - - [27/Mar/2017:10:49:55 +0300] "POST HTTP/1.1" 200 137 - "" "" ms=12 cpu_ms=6 cpm_usd=1.531e-8

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-27 Thread Attila-Mihaly Balazs
Note that there is an (undocumented AFAIK) restriction that you can't transactionally enqueue *named* tasks :-( Attila -- 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, send