[google-appengine] Finishing of READ and WRITE operation

2015-09-21 Thread Anirban Silsarma
How can i minimize read write operation, and how can I understand how much read and write operation has occurred in per transaction?? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Tutorial removed?

2015-09-21 Thread Siyanda Simelane
Hi Everyone Just a question. Has the tutorial (see link below) removed from the Internet? I am using this tutorial with my students and we really appreciate if someone can point me to soemthing similar? URL: *http://googcloudlabs.appspot.com/whatgae.html*

[google-appengine] Not able to stop pagespeed for specific Google App Engine Instance

2015-09-21 Thread Karl-Heinz Müller
Hi, I recently removed pagespeed as requested by Google following their step by step instructions: I stopped pagespeed service and I redirected the domain (DNS) from the pagespeed app to website app. But I noticed that there hasn't been any change and the site still has been served with

[google-appengine] Re: Tutorial removed?

2015-09-21 Thread Ryan (Cloud Platform Support)
Salutations Siyanda, Without knowing what was in the tutorial you linked it is hard to give something similar. You can look at the standard tutorials for Python , Java or

[google-appengine] Google Atmosphere 2015 - How to move your business forward with Google Apps

2015-09-21 Thread kushi Agarwal
How to move your business forward with Google Apps for Work [APAC] Free Webinar on October 21, 10:30AM - 11:30AM Join to learn how with *Google Apps for Work*, your business has the tools to keep customers and employees happy, bottom-lines at bay and operations efficient and safe. For more

[google-appengine] Re: Task Queue Rest API v1beta2 "you are not allowed to make this api call"

2015-09-21 Thread Gabriel Montagné Láscaris-Comneno
On Friday, August 21, 2015 at 6:53:48 PM UTC+1, paolo francia wrote: when I call the GET on the task, I can see the field "queueName" valued > like this: "projects/e~MYPROJECTNAME/pull-queue" > Then I tried to call the DELETE task with the prefix e~ before the project > name, and I works

[google-appengine] Re: Task Queue Rest API v1beta2 "you are not allowed to make this api call"

2015-09-21 Thread Lorenz Leutgeb
I believe the prefix "e~" says that the App Engine project is hosted in Europe, while "s~" stands for the United States. On Monday, 21 September 2015 14:04:37 UTC+2, Gabriel Montagné Láscaris-Comneno wrote: > > > > On Friday, August 21, 2015 at 6:53:48 PM UTC+1, paolo francia wrote: > > when I

[google-appengine] Re: Tutorial removed?

2015-09-21 Thread Darshan-Josiah Barber
You can still access the archived pages on the Wayback Machine: https://web.archive.org/web/20130622065911/http://googcloudlabs.appspot.com/whatgae.html You just need to remove the "visibility: hidden" style on any page you want to see (if you do that on the whategae.html page, you can click on

[google-appengine] Re: Getting errors when deploying python sample app to app engine

2015-09-21 Thread Patrice (Cloud Platform Support)
Hi Danish, I have seen similar errors, but without more information, this will be hard to troubleshoot. Most of the time when the requested address is invalid, it's because the app engine project wasn't properly created. Do you mind showing what your app.yaml looks like? Cheers! On Monday,

[google-appengine] Re: Unable to get my new course online with CB 1.9

2015-09-21 Thread Ryan (Cloud Platform Support)
Salutations Cristián, These kind of questions are best asked on Stack Overflow . It will hit a much larger audience and increase the chance of getting an answer. You should include more such as what you have tried, what you see in

[google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Chad Vincent
We have a link to an external application, and just put the credentials (In this case, an API key with a matching username) in our User objects, and if it's a system-level event, it uses the key from the Administrator user. For anything that is global, we were just going to build an object in

[google-appengine] Re: Finishing of READ and WRITE operation

2015-09-21 Thread Patrice (Cloud Platform Support)
Hi Anirban, While questions about best practices, optimization, and the like, are on topic for Google Groups, we need a LOT more context into your application to be able to provide ANY kind of answer here. At the time of reading, I'm not even sure if you're talking Datastore or CloudSQL. In

[google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Frederik, Usually it shouldn't be a problem to include credentials in your deployed package so long as you ignore it from tracking by your source control tool ( gitignore ). This is my advice on how to avoid storing credentials in your source control

[google-appengine] Re: httplib2 vs. YouTube Upload API v3

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Soeren, Sorry for the delay. We're continuing to look into this. It appears to be related to the connection between App Engine and the Youtube API, and your initial explanation was very helpful in getting this reproduced and diagnosed. I hope to have an update soon in this thread to inform

Re: [google-appengine] Re: Qualys SSL Test keeps rating Google App Engine sites with B

2015-09-21 Thread Nick (Cloud Platform Support)
Hey folks, The link posted by Kyle seems to be adequate discussion from an official Google source as to the status of SSL on the platform. There are also docs which discuss the App Engine SSL options. Best wishes,

Re: [google-appengine] Re: Qualys SSL Test keeps rating Google App Engine sites with B

2015-09-21 Thread Nick (Cloud Platform Support)
...and as a follow-up to this thread, I'll say that unfortunately I can't comment on the roadmap for SSL, and probing for more information than is present in the blog post is probably not a useful path to follow. Since the post was not 100% determinate about certain time-frames, it's best to

[google-appengine] Re: Deployments of small modules very slow

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Cameron, I'm glad that I somehow put you on the right path, although I have to say this is one of the strangest resolutions to an issue I've ever seen, at first glance. Looking deeper, it appears to make sense - the apt-get problem and this both seem to derive from a mis-configuration of

[google-appengine] Sending email to a Google Group in a Google Apps for Business domain

2015-09-21 Thread Romuald Cari
Hi, I've been following this document about how to send email from App Engine using Python: https://cloud.google.com/appengine/docs/python/mail/ Everything works fine when using the development server with SMTP configured, however, when publishing my app, I never receive any emails. I'm using

Re: [google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Frederik Creemers
Hi Chad That's a nice solution to the problem, and it might be the best thing to do given the current environment, but I don't like mixing configuration/credentials management with the database layer. This would mean that if the datastore is unavailable, I don't have access to my config. On Mon,

[google-appengine] Re: Task Queue Rest API v1beta2 "you are not allowed to make this api call"

2015-09-21 Thread Ryan (Cloud Platform Support)
Lorenz is correct. e~ is for EU projects while s~ is for US projects. On Thursday, August 20, 2015 at 10:42:31 AM UTC-4, paolo francia wrote: > > I'm trying to use the Google Task Queue Rest API from: > https://developers.google.com/apis-explorer/#p/taskqueue/v1beta2/ > I'm directly trying to use

[google-appengine] Getting errors when deploying python sample app to app engine

2015-09-21 Thread Danish Garg
Hi Guys, I have been trying to start learning to use google app engine for a potential project. I signed-up for a free account and downloaded the client. I also downloaded a sample application from appengine getting started site. I created a project and used the key to deploy the application

Re: [google-appengine] Finishing of READ and WRITE operation

2015-09-21 Thread Anastasios Hatzis
You didn't mention which language or API you use. But I assume you are referring to Google Cloud Datastore in general. Here some tricks I've learnt the hard way, and sometimes the easy way by watching Google Developers videos and blog posts. ;-) I hope they help. *Minimize read operations in

Re: [google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Frederik Creemers
@Nick, then you lose all the advantages of push to deploy; @Chad Yeah, I think it's your best bet atm. On Mon, Sep 21, 2015 at 9:03 PM Chad Vincent wrote: > Oh, and it also means we can update those creds without having to perform > a full deploy. :) > > > On Monday,

[google-appengine] Re: Sending email to a Google Group in a Google Apps for Business domain

2015-09-21 Thread Christian F. Howes
does the sender email address have at least "viewer" permissions in the google cloud console project? i have been bitten by that a few times christian On Monday, September 21, 2015 at 9:10:56 AM UTC-7, Romuald Cari wrote: > > Hi, > > I've been following this document about how to send

Re: [google-appengine] dev_appserver.py super slow

2015-09-21 Thread PK
I agree, it has to be something with the watcher. I had seen such an issue in the very distant past with MacOS. The past 6 months I have switched to running the GAE runtime on Linux containers on top of VirtualBox/MacOS and I am very happy with this arrangement. It had a couple of

[google-appengine] Re: Traffic migrate between versions is stuck

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Joachim, It's great to hear you managed to fix it with rollback. That can usually be used when a deployment is stuck. Best wishes, Nick On Thursday, September 17, 2015 at 4:29:49 AM UTC-4, Joachim Stokke wrote: > > Hi Nick! > > I agree this should not happen. I was able to reproduce it as

Re: [google-appengine] Upload file in Google cloud and Mail using App engine.

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Snahasish, The Remote API is useful in some ways, and other solutions would be useful in other ways. You can use the remote API to connect to your instance and execute code in that context. If you use that code to call the Mail API, that's one way to call the Mail API. If you're still

[google-appengine] Re: Duplicate records in Backup Data?

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Oliver, If you're experiencing an issue, I recommend posting to the BigQuery public issue tracker , since an old thread like this probably won't have much activity, and the public issue tracker is a more responsive way to report an

Re: [google-appengine] Re: The price of Google Channel API

2015-09-21 Thread Nick (Cloud Platform Support)
Hey F.L Lee, I should have some information for you shortly. I'll update you no matter what by the 23rd of September (two days from now).Thanks for your persistence and apologies for the delay. Best wishes, Nick On Thursday, September 17, 2015 at 11:10:23 PM UTC-4, F.L Lee wrote: > > Hi

Re: [google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Chad Vincent
Oh, and it also means we can update those creds without having to perform a full deploy. :) On Monday, September 21, 2015 at 2:02:30 PM UTC-5, Chad Vincent wrote: > > For our application (and I feel like most applications), if the datastore > is unavailable, any action being performed will

Re: [google-appengine] Re: Managing credentials for other services used by an App Engine app.

2015-09-21 Thread Chad Vincent
For our application (and I feel like most applications), if the datastore is unavailable, any action being performed will error with or without the other credentials. And if you use a fixed ID (or set) for the credentials and a caching persistence layer like Objectify, you'll likely have a

Re: [google-appengine] Re: java API 1.0 no longer support?

2015-09-21 Thread Nick (Cloud Platform Support)
Hey Mac, Yes, it does appear to have been acknowledged. You can safely ignore it until it's resolved, as the thread suggests. Best wishes, Nick On Monday, September 14, 2015 at 7:01:38 PM UTC-4, Mac wrote: > > I did some more research. apparently this is a known issue since 1.9.25 > yikes

Re: [google-appengine] Upload file in Google cloud and Mail using App engine.

2015-09-21 Thread Nick (Cloud Platform Support)
Hey PK, Thanks for your questions. I'll answer them numerically: 1. I wasn't speaking from the docs but making an inference based on the limitations on the use of the Mail API, and the fact that our documentation on Sendgrid