[google-appengine] Re: Master-slave database

2015-05-19 Thread Pamela Takeshige
I tried what you suggested but there is no APP in the CONSOLE for me to select to change so nothing happens. Is this for real?? What will happen because I can't do anything? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe f

[google-appengine] Re: Master-slave database

2015-05-19 Thread Ryan (Cloud Platform Support)
Salutations Pamela, This means you are an owner on one or more App Engine products that use Master/Slave to store information. I would go to the Console and remove yourself from any project listed there. Don't delete the project if there are other people listed t

Re: [google-appengine] copying data from appengine datastore admin to my dev server. failed with status 401

2015-05-19 Thread Sam Alexander
Is this seriously the type of support you guys give? Fucking pathetic On Wednesday, November 9, 2011 at 12:33:44 AM UTC-5, Nick Johnson wrote: > > This is unlikely to work, and you should never ever expose your > dev_appserver publicly. > > Consider making a small reusable test dataset you can ea

[google-appengine] Re: Email not working after migrating from master/slave to high replication

2015-05-19 Thread Patrice (Cloud Platform Support)
Hi, Normally, such a question would be better suited to Stack Overflow , since we monitor stack overflow (along with other users from the community) and do answer questions there. The Google Group is more suited for discussions, and best practices than straight u

Re: [google-appengine] Re: Google Apps Authentication for our Admin Panel.

2015-05-19 Thread Patrice (Cloud Platform Support)
Hi Aakash, Unfortunately, no, the closest one would be the login:required with a Google Apps domain, but since you have Users in your datastore The next best thing would be to have a snippet inside your handler checking who the user is and redirecting to the proper place based on that. On

[google-appengine] Re: is there a replacement for deprecated RecordReadChannel

2015-05-19 Thread Patrice (Cloud Platform Support)
Hi husayt, As far as I know, you didn't miss anything, no. This seems to be more appropriate as a Feature request on our issue tracker . If you could add up your request there and link it here, I will be happy to followup with your request

[google-appengine] Re: FeatureNotEnabledError on Managed VM for Image Service

2015-05-19 Thread Patrice (Cloud Platform Support)
Hi Nick, Sorry for the delay in answering. My first guess is that your managed VM needs the Python Imaging Library installed, just like you need to have it installed on your local machine for the API to work on the devserver. Can you confirm if you have it on your managed vm or not? Cheers On

Re: [google-appengine] Re: Google Apps Authentication for our Admin Panel.

2015-05-19 Thread Aakash Bapna
Yes, I do have "User" entities in datastore. have "login:required" and anyone who is authenticated will be able to get > to your admin routes. ​Not what I want, ​ ​any global handler I can put in code to restrict login to my domain accounts​? Regards, Aakash On Tue, May 19, 2015 at 10:15 PM,

[google-appengine] Re: Google Apps Authentication for our Admin Panel.

2015-05-19 Thread Patrice (Cloud Platform Support)
Hey! You either have two choices here, since, indeed, login:domain doesn't exist. You can either keep "login:admin" and add the members you want as owners on the project, or have "login:required" and anyone who is authenticated will be able to get to your admin routes. Do you have Users entiti

[google-appengine] Re: How to use the OAuth2 in the Webapp2?

2015-05-19 Thread Ryan (Cloud Platform Support)
Salutations Henrique, I would recommend reading this article . If you run into issues please post your questions on Stack Overflow with what you did, what problem you hit an

[google-appengine] Re: OneToMany update operation fails due to bug in JPA datanucleus

2015-05-19 Thread Ryan (Cloud Platform Support)
Salutations Maciej, I would recommend creating a bug report on the Public Issue Tracker . Including a full working project will expedite the processing time. Thank you! On Sunday, May 10, 2015 at 8:20:02 PM UTC-4, Maciej Arkit wrote: > >

[google-appengine] Re: OverQuotaError

2015-05-19 Thread Ryan (Cloud Platform Support)
Salutations Sam, Are you still seeing this? Can you include the most resent log entry showing the error? Are you using db or ndb? Thanks! On Wednesday, May 13, 2015 at 11:55:40 PM UTC-4, Sam Sumika wrote: > > Has anyone seen this type of error occurring recently ? > OverQuotaError: The API call

Re: [google-appengine] Re: Managed VMs f1-micro

2015-05-19 Thread pdknsk
I used 0.1 for both. I also tried 1e-10 (exactly this format) – works. -- 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...@googlegr

Re: [google-appengine] Re: Managed VMs f1-micro

2015-05-19 Thread Nickolas Daskalou
What values did you put in to force an f1-micro instance? Nick On 19 May 2015 at 23:13, pdknsk wrote: > Figured it out myself. Apparently 0 is ignored and replaced by default > value. Bonus question: What does cpu refer to exactly? Virtual cores, > physical cores, GCEU? The docs could be clari

[google-appengine] Re: Managed VMs f1-micro

2015-05-19 Thread pdknsk
Figured it out myself. Apparently 0 is ignored and replaced by default value. Bonus question: What does cpu refer to exactly? Virtual cores, physical cores, GCEU? The docs could be clarified here. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Managed VMs f1-micro

2015-05-19 Thread pdknsk
How can I make a managed VM with f1-micro instance in the new config? I have tried this, but it's making g1-small instead. resources: cpu: 0 memory_gb: 0 disk_size_gb: 10 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscrib