Re: [google-appengine] Not able to download the source code from Google Apps Engine

2015-05-27 Thread Vinny P
On Wed, May 27, 2015 at 10:33 PM, Gordan Chan  wrote:

> Any suggestion for this topic?How to troubleshoot? Please advise?
>
> Here is the log:
> **
> *c:\apppengine\bin\bin>appcfg.cmd -A XXX; -V 1 download_app
> C:\apppengine\co*
>



Can you try moving the application name to the end, similar to this:

*appcfg.cmd download_app -A application_id C:\testdir*



-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDgort8-csrRyeXpzOChgEVbyOZOGfRyfnXdsNUooMhDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google App Engine (Question about using Google app engine and Java)

2015-05-27 Thread Vinny P
On Tue, May 26, 2015 at 12:17 PM, peter valencic 
 wrote:

> yes it's a kind of "expertise test" but I know how to develop it in Java
> and oracle db (local database where I can use table triggers, JPA and
> java).. or any kind of other database like (mysql or derbydb)..
>


I'm probably missing something here, but for the purposes of this question
are you constrained to using the datastore? Your original requirements are
quoted below (notice how it doesn't specify the choice of datastore/etc, it
asks you where to store the user data):


On Tue, May 26, 2015 at 7:04 AM, peter valencic 
 wrote:

> *Describe how would you do the following: **1) use GAE services to store
> user data (user himself and friend list)*
>
> *Where would you store user data?*
>


If you have free rein to choose the storage medium, pick Cloud SQL
. It's basically MySQL in
the cloud, and since you already claim experience in MySQL your knowledge
is transferable. Bonus: the question about user badges is a relatively
simple SQL statement away. Many GAE applications use Cloud SQL as their
primary/only persistent data storage service.


On Tue, May 26, 2015 at 7:04 AM, peter valencic 
 wrote:

> *Describe how would you do the following:*
> *1) use GAE services to store user data (user himself and friend list) **Where
> would you store user data?*
> *2) GAE provides memcache service, how would you use it to minimize*
> *reads from datastore (mamcache is free, datastore is not)*
>


Here is where I have difficulty. In part (1) I apparently had free rein to
choose whatever storage service I want, but in (2) I'm being constrained to
the datastore. Yes, the deeper point of this question is how to save money
by using memcache but I'm unclear if this is supposed to be a standalone
question or if it builds upon (1)'s expected answer.


On Tue, May 26, 2015 at 1:45 PM, Jeff Schnitzer  wrote:

> Yes, it's going to take some time.
>


I echo and +1 Jeff's comments.


-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDuiyqsWtSmMtmOgavOG0fw-d%3D1phwhpr8HPLgDWQeHLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Push to deploy discontinued?

2015-05-27 Thread SS
Dear  Andrew,
Thnks fr ur reply. We ll test it. We already have a GCE(Debian 
Linux) running w LAMP stack.

So, should I install the below bitnami jenkins under GCE Debian 
platform to proceed further, since i cant use a second time 'Click to 
deploy JENKINS' under the same GCE instance
https://bitnami.com/stack/jenkins/installer

Also which plugins should I use for jenkins? Should I use the 
below one or use a specific PHP plugin fr Jenkins?
https://wiki.jenkins-ci.org/display/JENKINS/Google+Source+Plugin
http://jenkins-php.org/

As you mentioned, should I ignore these below steps fr BUILD & 
TEST under PHP deployements:





*PythonIf you have have implemented unit tests for your app, do 
the following:Select Execute Shell.   
 Enter the following in the Command text field:   
 nosetests --with-xunit --xunit-file=nosetests.xml*

Is so, how my PHP App will be auto built and tested(PHPUnit fr eg.) 
like xunit in Python?

Thnks in advance fr ur help, very eager to setup this jenkin fr our 
dozens of PHP APP in GAE.Hope u ll help us.
SS


On Thursday, May 28, 2015 at 9:02:37 AM UTC+8, Andrew Jessup wrote:
>
> Hi SS, thanks for your patience. I've done some testing, you should be 
> able to deploy PHP applications using Jenkins by following the instructions 
> at:
>
> https://cloud.google.com/tools/repo/push-to-deploy
>
> These don't explicitly say how to deploy a PHP application, but 
> fortunately it's exactly the same as for python apps (except for the "Build 
> and Test" step, which will not work - but you can also safely ignore).
>
> We'll get the documentation updated to describe how to deploy PHP 
> applications shortly.
>
> On Friday, 22 May 2015 21:37:57 UTC-7, SS wrote:
>>
>> Thnks Andrew fr ur instant reply.We are waiting eagerly for this news 
>> update.
>>
>> Thnks,
>> Ss
>>
>> On Friday, May 22, 2015 at 10:57:34 PM UTC+8, Andrew Jessup wrote:
>>>
>>> Hi SS, we're testing PHP with Jenkins right now. I'll update this thread 
>>> as soon as we've fixed up the documentation.
>>>
>>> On Fri, May 22, 2015 at 4:31 AM, SS  wrote:
>>>
 Dear Brad,
   I just saw this. I have a PHP app deployed in GAE, 
 can I use JENKINS? 
 Does Jenkins supports PHP app AUTO deployment for GAE?

 Currently, I see only, JAVA, PY, GO support in the documentation.
 Can you please clear this?

 Thnks,
 Ss

 On Saturday, March 7, 2015 at 1:23:28 AM UTC+8, Brad Abrams wrote:
>
> We really want to enable that use case.  The infrastructure we used 
> for that in the past has proven to not meet our reliability requirements, 
> so we are actively building a replacement.  As soon as that replacement 
> is 
> ready, we will re-enable this functionality.
>
> ..brad
>
>
>
> On Fri, Mar 6, 2015 at 9:18 AM Dustin Hoffmann  
> wrote:
>
>> Hey Brad, my use case is this: I have a new html/css/js based single 
>> page app that I am hosting on Google Cloud. The old pipeline ui is now 
>> gone, and I am not a fan of Jenkins. All I want to do is have a simple 
>> deploy on git push like it was previously. Is this possible for me?
>>  
>>
>> On Wednesday, March 4, 2015 at 11:02:03 PM UTC-6, Brad Abrams wrote:
>>
>>> Thanks for following up -- I am sorry this is confusing.   
>>>
>>> For Java developers, we recommend you use Jenkins as we describe 
>>> here: 
>>> https://cloud.google.com/tools/repo/push-to-deploy
>>>
>>> does that help?
>>>
>>> ..brad
>>>
>>> On Wed, Mar 4, 2015 at 8:52 PM  wrote:
>>>
>> Sorry I'm a bit confused as of how to exactly deploy a project.

 For existing projects I always used "git push origin master" to 
 push-and-deploy. How would existing projects do that now? Will they 
 continue to work? It seems as from yesterday this stopped working (but 
 then 
 I heard that it started working again...) It would be nice to know the 
 official stance on this, if it *should* work or not.

 For new projects, we just have to use Jenkins, right? Or is there 
 another way? That email, which we also received, stated that "gcloud 
 app 
 update" would work to deploy, but I don't think that's a working 
 command at 
 all. Please shed some light.



 On Tuesday, February 3, 2015 at 12:48:53 PM UTC+9, Brad Abrams 
 wrote:

>
> Thanks for all your feedback on this change. We heard from many of 
> you that, while the Jenkins-based solution we offer works 
> well for 
> larger projects with dedicated build and test steps, 

[google-appengine] Not able to download the source code from Google Apps Engine

2015-05-27 Thread Gordan Chan
Any suggestion for this topic?How to troubleshoot? Please advise?

Here is the log:
**
*c:\apppengine\bin\bin>appcfg.cmd -A XXX; -V 1 download_app 
C:\apppengine\co*
*de*
*0% Fetching file list...*
*5月 28, 2015 11:29:08 上午 
com.google.appengine.tools.admin.AbstractServerConnec*
*tion send1*
*WARNING: Error posting to URL: 
https://appengine.google.com/api/files/list?versi*
*on_match=1&app_id=XXX%3B&*
*400 Bad Request*
*Client Error (400)The request is invalid for an unspecified reason.*
*This is try #0*
*5月 28, 2015 11:29:08 上午 
com.google.appengine.tools.admin.AbstractServerConnec*
*tion send1*
*WARNING: Error posting to URL: 
https://appengine.google.com/api/files/list?versi*
*on_match=1&app_id=XXX%3B&*
*400 Bad Request*
*Client Error (400)The request is invalid for an unspecified reason.*
*This is try #1*
*5月 28, 2015 11:29:08 上午 
com.google.appengine.tools.admin.AbstractServerConnec*
*tion send1*
*WARNING: Error posting to URL: 
https://appengine.google.com/api/files/list?versi*
*on_match=1&app_id=XXX%3B&*
*400 Bad Request*
*Client Error (400)The request is invalid for an unspecified reason.*
*This is try #2*
*5月 28, 2015 11:29:09 上午 
com.google.appengine.tools.admin.AbstractServerConnec*
*tion send1*
*WARNING: Error posting to URL: 
https://appengine.google.com/api/files/list?versi*
*on_match=1&app_id=XXX%3B&*
*400 Bad Request*
*Client Error (400)The request is invalid for an unspecified reason.*
*This is try #3*

*Error Details:*
*Error posting to URL: 
https://appengine.google.com/api/files/list?version_match=*
*1&app_id=XXX%3B&*
*400 Bad Request*
*Client Error (400)The request is invalid for an unspecified reason.*


*Unable to fetch file list.*


-- 

*Please consider the environment before printing this email or attachment*

This email and any attachments are confidential and may also be privileged. 
If you are not the addressee, do not disclose, copy, circulate or in any 
other way use or rely on the information contained in this email or any 
attachments. If received in error, notify the sender immediately and delete 
this email and any attachments from your system. Emails cannot be 
guaranteed to be secure or error free as the message and any attachments 
could be intercepted, corrupted, lost, delayed, incomplete or amended. 
Master Concept Group and its subsidiaries do not accept liability for 
damage caused by this email or any attachments and may monitor email 
traffic.


-- 
  DISCLAIMER AND CONFIDENTIALITY *
This e-mail and any attachments thereto are intended for the sole use of 
the recipient(s) named above and may contain information that is 
confidential and/or proprietary to Master Concept Group. Any use of the 
information contained herein (including, but not limited to, total or 
partial reproduction, communication, or dissemination in any form) by 
persons other than the intended recipient(s) is prohibited. If you have 
received this e-mail in error, please notify the sender immediately and 
delete it.

-- 

*Please consider the environment before printing this email or attachment*

This email and any attachments are confidential and may also be privileged. 
If you are not the addressee, do not disclose, copy, circulate or in any 
other way use or rely on the information contained in this email or any 
attachments. If received in error, notify the sender immediately and delete 
this email and any attachments from your system. Emails cannot be 
guaranteed to be secure or error free as the message and any attachments 
could be intercepted, corrupted, lost, delayed, incomplete or amended. 
Master Concept Group and its subsidiaries do not accept liability for 
damage caused by this email or any attachments and may monitor email 
traffic.

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/40fe5876-19d1-4dcd-89ec-a7873daf6915%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Push to deploy discontinued?

2015-05-27 Thread Andrew Jessup
Hi SS, thanks for your patience. I've done some testing, you should be able 
to deploy PHP applications using Jenkins by following the instructions at:

https://cloud.google.com/tools/repo/push-to-deploy

These don't explicitly say how to deploy a PHP application, but fortunately 
it's exactly the same as for python apps (except for the "Build and Test" 
step, which will not work - but you can also safely ignore).

We'll get the documentation updated to describe how to deploy PHP 
applications shortly.

On Friday, 22 May 2015 21:37:57 UTC-7, SS wrote:
>
> Thnks Andrew fr ur instant reply.We are waiting eagerly for this news 
> update.
>
> Thnks,
> Ss
>
> On Friday, May 22, 2015 at 10:57:34 PM UTC+8, Andrew Jessup wrote:
>>
>> Hi SS, we're testing PHP with Jenkins right now. I'll update this thread 
>> as soon as we've fixed up the documentation.
>>
>> On Fri, May 22, 2015 at 4:31 AM, SS  wrote:
>>
>>> Dear Brad,
>>>   I just saw this. I have a PHP app deployed in GAE, can 
>>> I use JENKINS? 
>>> Does Jenkins supports PHP app AUTO deployment for GAE?
>>>
>>> Currently, I see only, JAVA, PY, GO support in the documentation.
>>> Can you please clear this?
>>>
>>> Thnks,
>>> Ss
>>>
>>> On Saturday, March 7, 2015 at 1:23:28 AM UTC+8, Brad Abrams wrote:

 We really want to enable that use case.  The infrastructure we used for 
 that in the past has proven to not meet our reliability requirements, so 
 we 
 are actively building a replacement.  As soon as that replacement is 
 ready, 
 we will re-enable this functionality.

 ..brad



 On Fri, Mar 6, 2015 at 9:18 AM Dustin Hoffmann  
 wrote:

> Hey Brad, my use case is this: I have a new html/css/js based single 
> page app that I am hosting on Google Cloud. The old pipeline ui is now 
> gone, and I am not a fan of Jenkins. All I want to do is have a simple 
> deploy on git push like it was previously. Is this possible for me?
>  
>
> On Wednesday, March 4, 2015 at 11:02:03 PM UTC-6, Brad Abrams wrote:
>
>> Thanks for following up -- I am sorry this is confusing.   
>>
>> For Java developers, we recommend you use Jenkins as we describe 
>> here: 
>> https://cloud.google.com/tools/repo/push-to-deploy
>>
>> does that help?
>>
>> ..brad
>>
>> On Wed, Mar 4, 2015 at 8:52 PM  wrote:
>>
> Sorry I'm a bit confused as of how to exactly deploy a project.
>>>
>>> For existing projects I always used "git push origin master" to 
>>> push-and-deploy. How would existing projects do that now? Will they 
>>> continue to work? It seems as from yesterday this stopped working (but 
>>> then 
>>> I heard that it started working again...) It would be nice to know the 
>>> official stance on this, if it *should* work or not.
>>>
>>> For new projects, we just have to use Jenkins, right? Or is there 
>>> another way? That email, which we also received, stated that "gcloud 
>>> app 
>>> update" would work to deploy, but I don't think that's a working 
>>> command at 
>>> all. Please shed some light.
>>>
>>>
>>>
>>> On Tuesday, February 3, 2015 at 12:48:53 PM UTC+9, Brad Abrams wrote:
>>>

 Thanks for all your feedback on this change. We heard from many of 
 you that, while the Jenkins-based solution we offer works 
 well for 
 larger projects with dedicated build and test steps, it works much 
 less 
 well for more simple projects with no build or test steps.  

 To that end, we are going to continue to support push to deploy for 
 existing projects that don’t require build or test.  For example, 
 python or 
 php applications code be pushed to the git repo and will be deployed 
 to app 
 engine just as it works today.  We continue to recommend jenkins 
 for 
 applications that require build and test steps.


 If you have any problems with the source only deployments, please 
 do let me know. 


 Thanks again for your feedback.  

 ..brad

 On Mon Feb 02 2015 at 12:57:30 PM Syrus Mesdaghi  
 wrote:

>>> At the very least you should have a one liner notice when someone 
> goes to setup a new pipeline with deploy source only mentioning that 
> it is 
> deprecated. We have a project that is still building as 'deploy 
> source 
> only'... I made a new project and have spent days trying to figure 
> out why 
> it doesn't deploy. I just happened to come across this thread in my 
> desperate attempts to figure out what is going on. I agree with Lucas 
> that

[google-appengine] resident instances are not handling requests

2015-05-27 Thread Miroslav Genov
Hello, 

I'm encountering strange issue with resident instances. It seems that 
instance is up and running, but the GAE load balancer does not pass 
requests to it. Is this a normal behaviour or some kind of bug? 

Here is a screenshot from my dashboard:




Thanks in advance. 

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5e7f6adc-9268-474d-b2bb-4eb1442eb867%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Open Source Apps for GAE

2015-05-27 Thread Nick (Cloud Platform Support)
Looks to be promising. I think you might want to reach out to some other 
developers in the community (through github, even through something like 
reddit.com/r/webdev (?)) to get submissions and grow the list. 

Generally, the status of whether something runs unmodified on App Engine 
can be quite complex, as it can mean that most features but one or two 
work, for example. In addition, with the development of Managed VMs and 
custom runtimes , 
pretty much everything can now run on "App Engine" :)

Best wishes,

Nick

On Tuesday, May 26, 2015 at 2:52:41 AM UTC-4, Jacob Gadikian wrote:
>
> http://awesome-appengine.netlify.com/
>
> There we go!  Used github+netlify.com 
> 
>  
> to do it.  Too about an hour total.  Please submit pull requests to 
> http://github.com/kloudsio/awesome-appengine/
>
> Jacob Gadikian
> E-mail: fad...@gmail.com
> SKYPE: faddat
> Phone/SMS: +86 186-2612-6079
>
>
> On Tue, May 26, 2015 at 5:55 AM, Jacob Gadikian  wrote:
>
>> I was going to do netlify but really I am still learning GAE.  
>>
>> I may try this out: 
>>
>> https://github.com/nimbus154/OratoricalDecaf/tree/master/Project
>>
>> and see if it can be used for our purposes. 
>>
>> -Jake
>>
>>
>> Jacob Gadikian
>> E-mail: fad...@gmail.com
>> SKYPE: faddat
>> Phone/SMS: +86 186-2612-6079
>>
>>
>> On Tue, May 26, 2015 at 4:56 AM, Jacob Gadikian  wrote:
>>
>>> I do open source webapps for a living-- now that I think about it, I 
>>> should make this into something like staticgen.com.  Something tells me 
>>> that their code just might be open source, making a fork of that site 
>>> relatively painless
>>>
>>> Best,
>>>
>>> -Jake
>>>
>>> Jacob Gadikian
>>> E-mail: fad...@gmail.com
>>> SKYPE: faddat
>>> Phone/SMS: +86 186-2612-6079
>>>
>>>
>>> On Tue, May 26, 2015 at 4:53 AM, Jacob Gadikian  
>>> wrote:
>>>
 https://github.com/faddat/awesome-appengine

 Jacob Gadikian
 E-mail: fad...@gmail.com
 SKYPE: faddat
 Phone/SMS: +86 186-2612-6079


 On Tue, May 26, 2015 at 4:50 AM, Jacob Gadikian  
 wrote:

> That is a great idea.  GH going up now-- thanks!
>
> -Jake
>
>
> Jacob Gadikian
> E-mail: fad...@gmail.com
> SKYPE: faddat
> Phone/SMS: +86 186-2612-6079
>
>
> On Tue, May 26, 2015 at 3:56 AM, Nick (Cloud Platform Support) <
> pay...@google.com> wrote:
>
>> This is a great idea, and look forward to it developing.
>>
>> I feel it would be better to make it a website with a contact link 
>> rather than a "quip" doc, especially since anybody can access a website 
>> while this "quip" service doesn't even implement OpenID connect, forcing 
>> users to create an account and password with them.
>>
>> Nonetheless, this is a great initiative and I encourage you to 
>> publicize it. Perhaps manage updates to the list via a github 
>> repository? 
>> This leaves a natural place for discussions (the "issues" page) about 
>> whether issues come up with this or that open source project's 
>> compatibility, or candidate projects for review.
>>
>> -- 
>> You received this message because you are subscribed to a topic in 
>> the Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/RiUpCdNaB6U/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to 
>> google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/e301e183-26b1-469a-9267-48cb681d42dc%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

>>>
>>
>

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7aa55e66-2098-4156-874f-69cff6dc85a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: oauth update broke our code review instance

2015-05-27 Thread Nick (Cloud Platform Support)
Hi zoolander,

Unfortunately, this isn't the place where anybody could/would/should look 
into such private information, and it's also not the correct google group 
for the service you're describing. I think you should go to the google code 
 forum and ask 
your question there, or get in touch with Apps support 
.

Best of luck,

Nick

On Wednesday, May 27, 2015 at 4:17:48 PM UTC-4, zoolander wrote:
>
> I need to find who owns 
> 596930046514-n2on88gjh0mmfdo2847e1gnse0vp7mum.apps.googleusercontent.com
> is there an easy way to look this up?
>
>
> On Wednesday, May 27, 2015 at 12:19:31 PM UTC-7, zoolander wrote:
>>
>>
>>
>> Our production Google code review instance is down, we are in desperate 
>> need. 
>>
>> I am IT admin for our company and have full access to Google admin 
>> console. Someone in our organization setup code review / Google labs, how 
>> can I view who own this instance ?
>>
>> I tried this URL but it doesn't give me the information I need.
>>
>> http://google.com/a/example.com/LabServiceSettings?appId=codereview 
>>
>

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3ed477df-1d57-4d94-a3e7-11cef44e8456%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Remove account from Google Developer application

2015-05-27 Thread Nick (Cloud Platform Support)
Hi Nilesh,

Just one more thing: In the interests of protecting your privacy, I'd also 
suggest that you delete the attachment you uploaded. Your account number 
and transaction details are sensitive information which could be used by a 
social-engineering attacker to get more information or even access to your 
account, and such info shouldn't be posted in public forums.

Best wishes, 

Nick

On Wednesday, May 27, 2015 at 1:27:41 AM UTC-4, Nilesh Patil wrote:
>
> Hi Nick,
>
> Thank you for your reply
>
> I don't have more detail available about the transaction. Here I attached 
> the transaction slip.
>
> Also when I try to contact Billing team, I'm unable to contact them, 
> because we have to fill a form with billing account detail, project code 
> etc. which I don't have with me.
>
>
>
>
>
> On Mon, May 25, 2015 at 10:43 PM, Nick  wrote:
>
>> If you were charged for something, you should investigate the billing 
>> statement you would have received via email to determine which platform or 
>> product you have signed up for which has charges associated. 
>>
>> Unfortunately the Google App Engine discussion group isn't the correct 
>> place to get billing support. I recommend you to both read closely the 
>> billing statement you will have received, and also to get in touch with 
>> Cloud Platform Billing 
>> 
>>  
>> to start. If you can't read or understand the billing statement you 
>> received, you can send it to them and they'll at least be able to point you 
>> in the right direction if it wasn't even a billing related to the Cloud 
>> Platform.
>>
>> I hope this is helpful, and have a great day! :)
>>
>>
>>
>> On Monday, May 25, 2015 at 2:26:10 AM UTC-4, Nilesh Patil wrote:
>>>
>>> Hi Nick,
>>>
>>> I have charged from GOOGLE, for what I don't know.
>>>
>>> I have the transaction detail from my bank.
>>>
>>> Regarding same when I try to contact GOOGLE support team , they are 
>>> unable answer my query and give the detail of this transaction.
>>>
>>> If yo have any idea about the same, like whom should I contact for 
>>> transaction detail please provide me.
>>>
>>> I have tried GOOGLE CLOUD PLATFORM Help center, but they are asking for 
>>> PROJECT CODE and more detail, which I don't have since I never created any 
>>> PROJECT over there.
>>>   
>>>
>>>
>>>
>>> On Thu, May 21, 2015 at 9:05 PM, Nick  wrote:
>>>
 Hey Nilesh,

 If you're referring to the Developers Console 
 , where you can 
 administer and create projects that make use of the Cloud Platform, it's 
 not necessary to delete "your account", since that's just your google 
 account used across any google services (including Youtube, etc.) 

 If you delete your *projects, *that will be all you need to do. You 
 can do this by looking into the link I provided, and using the little 
 "trash can" icon to the far right of the row that defines the project.

 I hope this has helped explain things better for you. Feel free to 
 reply to this thread if you still have trouble :)

 On Thursday, May 21, 2015 at 2:07:55 AM UTC-4, Nilesh Patil wrote:
>
> Please Remove my account and all details from Google Developer 
> application.
>
  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/NXrEyZXuJFE/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-appengine/bded5864-7cce-42fd-a33f-be0ef1b22c96%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Nilesh A. Patil
>>>
>>> 9833134146
>>>  
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/NXrEyZXuJFE/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/

Re: [google-appengine] Re: Remove account from Google Developer application

2015-05-27 Thread Nick (Cloud Platform Support)
Hi Nilesh,

This isn't the statement from the Cloud Platform, but a statement from your 
bank, which as you mentioned doesn't contain any useful information. I'm 
wondering how you received this charge if you never signed up for anything 
that you can remember? You would have had to fill out your credit card 
information in order to be charged for anything. 

I encourage you to get in touch with billing using the form I linked, 
regardless of whether you remember your details, as they'll be able to help 
you better. This really isn't the place to get in touch with people who 
have expertise in billing, but rather should be used as a place to discuss 
the cloud platform (specifically App Engine) products and services.

I wish you the best of luck,

Nick

On Wednesday, May 27, 2015 at 1:27:41 AM UTC-4, Nilesh Patil wrote:
>
> Hi Nick,
>
> Thank you for your reply
>
> I don't have more detail available about the transaction. Here I attached 
> the transaction slip.
>
> Also when I try to contact Billing team, I'm unable to contact them, 
> because we have to fill a form with billing account detail, project code 
> etc. which I don't have with me.
>
>
>
>
>
> On Mon, May 25, 2015 at 10:43 PM, Nick  wrote:
>
>> If you were charged for something, you should investigate the billing 
>> statement you would have received via email to determine which platform or 
>> product you have signed up for which has charges associated. 
>>
>> Unfortunately the Google App Engine discussion group isn't the correct 
>> place to get billing support. I recommend you to both read closely the 
>> billing statement you will have received, and also to get in touch with 
>> Cloud Platform Billing 
>> 
>>  
>> to start. If you can't read or understand the billing statement you 
>> received, you can send it to them and they'll at least be able to point you 
>> in the right direction if it wasn't even a billing related to the Cloud 
>> Platform.
>>
>> I hope this is helpful, and have a great day! :)
>>
>>
>>
>> On Monday, May 25, 2015 at 2:26:10 AM UTC-4, Nilesh Patil wrote:
>>>
>>> Hi Nick,
>>>
>>> I have charged from GOOGLE, for what I don't know.
>>>
>>> I have the transaction detail from my bank.
>>>
>>> Regarding same when I try to contact GOOGLE support team , they are 
>>> unable answer my query and give the detail of this transaction.
>>>
>>> If yo have any idea about the same, like whom should I contact for 
>>> transaction detail please provide me.
>>>
>>> I have tried GOOGLE CLOUD PLATFORM Help center, but they are asking for 
>>> PROJECT CODE and more detail, which I don't have since I never created any 
>>> PROJECT over there.
>>>   
>>>
>>>
>>>
>>> On Thu, May 21, 2015 at 9:05 PM, Nick  wrote:
>>>
 Hey Nilesh,

 If you're referring to the Developers Console 
 , where you can 
 administer and create projects that make use of the Cloud Platform, it's 
 not necessary to delete "your account", since that's just your google 
 account used across any google services (including Youtube, etc.) 

 If you delete your *projects, *that will be all you need to do. You 
 can do this by looking into the link I provided, and using the little 
 "trash can" icon to the far right of the row that defines the project.

 I hope this has helped explain things better for you. Feel free to 
 reply to this thread if you still have trouble :)

 On Thursday, May 21, 2015 at 2:07:55 AM UTC-4, Nilesh Patil wrote:
>
> Please Remove my account and all details from Google Developer 
> application.
>
  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/NXrEyZXuJFE/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-appengine/bded5864-7cce-42fd-a33f-be0ef1b22c96%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Nilesh A. Patil
>>>
>>> 9833134146
>>>  
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/NXrEy

[google-appengine] Re: oauth update broke our code review instance

2015-05-27 Thread zoolander
I need to find who 
owns 596930046514-n2on88gjh0mmfdo2847e1gnse0vp7mum.apps.googleusercontent.com
is there an easy way to look this up?


On Wednesday, May 27, 2015 at 12:19:31 PM UTC-7, zoolander wrote:
>
>
>
> Our production Google code review instance is down, we are in desperate 
> need. 
>
> I am IT admin for our company and have full access to Google admin 
> console. Someone in our organization setup code review / Google labs, how 
> can I view who own this instance ?
>
> I tried this URL but it doesn't give me the information I need.
>
> http://google.com/a/example.com/LabServiceSettings?appId=codereview 
>

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3765ce94-03dd-47e0-b40c-0d30ec9f9371%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] oauth update broke our code review instance

2015-05-27 Thread Zeya Oo


Our production Google code review instance is down, we are in desperate 
need. 

I am IT admin for our company and have full access to Google admin console. 
Someone in our organization setup code review / Google labs, how can I view 
who own this instance ?

I tried this URL but it doesn't give me the information I need.

http://google.com/a/example.com/LabServiceSettings?appId=codereview 

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1e9946e1-1139-4fb9-9d5f-aed0d356f399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: My Best App Engine Advice Would Be: Throttle Well

2015-05-27 Thread Nick (Cloud Platform Support)
Hi Kaan,

Thanks for your quick reply and your feedback on this forum. It's truly an 
open question to what extent the complication of network programming can be 
reduced when understanding of how to implement more complex solutions using 
the basic building blocks available is needed. We certainly wouldn't want 
to design a quite specific easing algorithm and force that on users when we 
could instead leave them a more malleable basis on which to build whichever 
solution they deem best. Regardless, this really comes down to different 
attitudes to programming and software design, and shouldn't be a block in 
our discussion. As I mentioned, you shouldn't hesitate to make a feature 
request if you feel as though you'd like some more complex functionality to 
be available as a config-file option.

As to your comment on the activity in the public issue tracker, rest 
assured that we're actively doing triage and solving issues day-in and 
day-out. The issue is, we need to perform this based on some kind of 
priority, which is based partly on the number of users starring the issue, 
along with several other factors. The issue you created is only visible to 
Googlers and yourself since it was tagged with "Type-Production", and so 
not having been starred by anybody else, would not be picked up first as we 
triage the highest-priority issues. I hope you'll understand that we do 
have to focus on issues with many people reporting first of all, although 
eventually you will see action on your thread. 

Since I think you didn't mean to use the private "Type-Production" ACL for 
this issue, and it doesn't contain any information private to you, I've 
gone ahead and fixed the tags on the issue, and it is now visible to other 
users to star if they have the same issue. 

For now, as an aside related to the public issue tracker thread you linked, 
I'll note that JPEG files can, depending on several image factors, be larger 
than their sibling GIF image 
. This might be 
causing the API *response *size to break the 32MB limit 
.
 
This is just conjecture and reliably reproducing a failing example where 
both the input and output are below the size limit would be a good way to 
make sure this issue can be handled as smoothly as possible.

Overall, I hope I've helped put you at ease with regard to how we handle 
issues and the new focus on community support going forward. I don't think 
you should need to resort to "public campaigning" in the future if you make 
the best use of the appropriate forum for the appropriate issue. In a few 
words, you could remember "google groups for discussion, public issue 
tracker for platform or issues, stackoverflow for code issues", with the 
understanding that it might not be always possible to determine whether one 
issue should be in the public issue tracker or stackoverflow, but doing our 
best nonetheless to choose the one that seems most appropriate. 

We're dedicated to the task of helping as many people as much as we can, 
and though we won't always be active on every new issue or question as soon 
as it pops up, you will see us active, and with very good responsiveness 
once we do sit down to take on a particular issue.

Sincerely,

Nick



On Wednesday, May 27, 2015 at 11:07:14 AM UTC-4, Kaan Soral wrote:
>
> Hi Jesse, Nick
>
> As a small reply to the technical issues, my main complaint is the 
> complication of things, yes I could develop the easing logic myself, 
> however I shouldn't - as for the limits, for non-users they seem like 
> simple limits, yet for a user, these limits block the scalability of the 
> app and they are only observable through experimentation, which means 
> building something and discovering the cold fact that it doesn't scale
>
> I see now that a lot changed recently and the support/support efforts 
> really improved, your replies are proof enough for this, thank you
>
> When I experience an issue again, I will give the public issue tracker 
> another chance: https://code.google.com/p/googleappengine/issues/list
>
> In the meantime, as a very small suggestion, it would be great if the 
> public issue tracker issues are visited and cleaned, it would show users 
> like me that things are changing and re-ignite the momentum that we once had
> For example, this was a small images service issue that I had, the 
> operation is within limits but It used to fail, I never got a reply: 
> https://code.google.com/p/googleappengine/issues/detail?id=10301 - There 
> are many more issues like these that I forget about, this is why when I 
> experience a problem, I resort to public campaigning instead of simple 
> reporting
>
> Anyway, thanks once again,
> Kaan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving

Re: [google-appengine] Hash function

2015-05-27 Thread Jeff Schnitzer
Alternatively, just use the id generator. Personally I use the id generator
and crockford's base32 encoding variant to generate "pretty" (that is,
short enough to type or read over phone if necessary) ids for public URLs.

Jeff

On Wed, May 27, 2015 at 7:55 AM, Karl MacMillan  wrote:

>
>  On May 27, 2015, at 10:50 AM, Saturnino Mateus 
> wrote:
>
> Hello! I need to create a page to tracking orders, each order must have a
> key. How can i generate this key? Im thinking use hash, is there any good
> hash function without colision? Is there other way to solve it with GAE?
>
>
> This isn’t exactly GAE specific, but you probably want a UUID:
>
> https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html
>  https://docs.python.org/2/library/uuid.html
>
> Karl
>
>  Regards
>
> --
> 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 to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/e4ed5136-9aae-47b2-a34c-5635526a541f%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
>   --
> 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 to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/E6774E7B-84AF-46F0-AF2B-7BC6B43E7633%40rakkoon.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADK-0ujxkGZzptcxqKKYXTtAvfSH3FNmLUdR_Xmr_zvMk51EAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: My Best App Engine Advice Would Be: Throttle Well

2015-05-27 Thread Kaan Soral
Hi Jesse, Nick

As a small reply to the technical issues, my main complaint is the 
complication of things, yes I could develop the easing logic myself, 
however I shouldn't - as for the limits, for non-users they seem like 
simple limits, yet for a user, these limits block the scalability of the 
app and they are only observable through experimentation, which means 
building something and discovering the cold fact that it doesn't scale

I see now that a lot changed recently and the support/support efforts 
really improved, your replies are proof enough for this, thank you

When I experience an issue again, I will give the public issue tracker 
another chance: https://code.google.com/p/googleappengine/issues/list

In the meantime, as a very small suggestion, it would be great if the 
public issue tracker issues are visited and cleaned, it would show users 
like me that things are changing and re-ignite the momentum that we once had
For example, this was a small images service issue that I had, the 
operation is within limits but It used to fail, I never got a reply: 
https://code.google.com/p/googleappengine/issues/detail?id=10301 - There 
are many more issues like these that I forget about, this is why when I 
experience a problem, I resort to public campaigning instead of simple 
reporting

Anyway, thanks once again,
Kaan

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/732b24ef-c3a5-4046-bb9e-0e4599859d51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Hash function

2015-05-27 Thread Karl MacMillan
  

> On May 27, 2015, at 10:50 AM, Saturnino Mateus  wrote:
> 
> 
> Hello! I need to create a page to tracking orders, each order must have a 
> key. How can i generate this key? Im thinking use hash, is there any good 
> hash function without colision? Is there other way to solve it with GAE?
> 
> 
> 

This isn’t exactly GAE specific, but you probably want a UUID:


https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html

https://docs.python.org/2/library/uuid.html



Karl


> Regards
> 
> 
> -- 
> 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 to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/e4ed5136-9aae-47b2-a34c-5635526a541f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 
> 

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/E6774E7B-84AF-46F0-AF2B-7BC6B43E7633%40rakkoon.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hash function

2015-05-27 Thread Saturnino Mateus
Hello! I need to create a page to tracking orders, each order must have a key. 
How can i generate this key? Im thinking use hash, is there any good hash 
function without colision? Is there other way to solve it with GAE?

Regards

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e4ed5136-9aae-47b2-a34c-5635526a541f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Nash function

2015-05-27 Thread Saturnino Mateus
Hello! I need to create a page to tracking orders, each order must have a key. 
How can i generate this key? Im thinking use hash, is there any good hash 
function without colision? Is there other way to solve it with GAE?

Regards

-- 
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 to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d7bb046e-f1cd-40d9-a845-94ab82f4242d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-05-27 Thread Ryan (Cloud Platform Support)
Where in the world the project was created is irrelevant, it's what 
'Location' setting was used when you created the project. Go to the original 
console  and check the 'Location' flag. If 
it says US then you should be able to deploy. If it says EU you need to 
create a new project. Let me know if you have any issues finding the US/EU 
flag or still can;t deploy in a US project.

On Wednesday, May 27, 2015 at 5:27:31 AM UTC-4, James Mortensen wrote:
>
> I hate that Google Groups has no editing capabilities.  I should say that 
> I'm from the United States, since globally America is also the name of a 
> few different continents and not necessarily specific to the United States 
> of America, of which I am from.  Hope this helps clarify and eliminate any 
> ethnocentrism on my part.
>
> James
>
> On Wednesday, May 27, 2015 at 2:56:00 PM UTC+5:30, James Mortensen wrote:
>>
>> I am an American, but I created my test project in India.  Does that 
>> matter?  One of my colleagues created one in the USA and he didn't have any 
>> problem.  How do we get around this if this is indeed the issue?  
>>
>> Thanks,
>> James
>>
>> On Tuesday, May 26, 2015 at 11:22:28 PM UTC+5:30, Ryan (Cloud Platform 
>> Support) wrote:
>>>
>>> I'm asking this because Managed VM's are currently only available in US 
>>> projects , so I'm 
>>> trying to see if there is another issue happening here.
>>>
>>> On Tuesday, May 26, 2015 at 1:23:01 PM UTC-4, Ryan (Cloud Platform 
>>> Support) wrote:

 That means you never got a MVM up and running thats all. Is everyone 
 seeing this problem have EU projects? I am trying to reproduce without 
 luck 
 so far following the instructions. I will continue to look into it. If you 
 can confirm that your projects are in the EU it will help.

 On Tuesday, May 26, 2015 at 12:53:26 PM UTC-4, James Hutton wrote:
>
> Hi Ryan, 
>
> I have never deployed anything to Google successfully. I'm a Google 
> Cloud noob. What I and everyone else on this thread is trying to do is to 
> follow Google's "Hello world" Node JS tutorial here: 
> https://cloud.google.com/nodejs/getting-started/hello-world
>
> The problem is that if you follow the instructions in the tutorial, 
> then you get an error message when you try to deploy. Given that several 
> people are having this problem, it looks like the instructions in the 
> tutorial might be wrong.
>
> I clicked on your link and it started prompting me to create a VM. I 
> don't know whether that's a good or a bad thing.
>
>
>
>
>
>
>
>
> On Tuesday, 26 May 2015 17:35:06 UTC+1, Ryan (Cloud Platform Support) 
> wrote:
>>
>> If you have deployed it before without issue you can go here 
>> 
>>  and 
>> see what zone. If you have not then I need you to confirm you are 
>> deploying 
>> the Node.js and the command line you used to deploy it.
>>
>> On Tuesday, May 26, 2015 at 12:28:04 PM UTC-4, James Hutton wrote:
>>>
>>> I think it is the EU Data Center. But I can't remember for sure. How 
>>> can I find out?
>>>
>>> On Tuesday, 26 May 2015 16:18:15 UTC+1, Ryan (Cloud Platform 
>>> Support) wrote:

 Where is the instance located?

 On Tuesday, May 26, 2015 at 10:57:29 AM UTC-4, James Hutton wrote:
>
> Hi Ryan
>
> I too have been getting this error. Here is the output from the 
> "--verbosity debug" option, per your request. I have replaced my app 
> ID on 
> the 3rd line with "X" but it is otherwise verbatim.
>
>
> DEBUG: Host: appengine.google.com
> DEBUG: _Authenticate configuring auth; needs_auth=False
> DEBUG: Sending request to 
> https://appengine.google.com/api/vms/prepare?app_id=XXX 
> headers={'X-appcfg-api-version': '1', 'content-length': '0', 
> 'Content-Type': 'application/octet-stream'} body=
> INFO: Attempting refresh to obtain initial access_token
> INFO: Refreshing access_token
> DEBUG: Got http error 400.
> DEBUG: Unexpected results: {'status': '400', 'alternate-protocol': 
> '443:quic,p=1', 'content-length': '82', 'expires': 'Fri, 01 Jan 1990 
> 00:00:00 GMT', 'server': 'Google Frontend', 'cache-control': 
> 'no-cache', 
> 'date': 'Tue, 26 May 2015 14:49:35 GMT', 'content-type': 'text/plain'}
> DEBUG: (gcloud.preview.app.deploy) Server responded with code 
> [400]:
>   Bad Request Unexpected HTTP status 400
> Traceback (most recent call last):
>   File 
> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", 
> line

[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-05-27 Thread James Mortensen
I hate that Google Groups has no editing capabilities.  I should say that 
I'm from the United States, since globally America is also the name of a 
few different continents and not necessarily specific to the United States 
of America, of which I am from.  Hope this helps clarify and eliminate any 
ethnocentrism on my part.

James

On Wednesday, May 27, 2015 at 2:56:00 PM UTC+5:30, James Mortensen wrote:
>
> I am an American, but I created my test project in India.  Does that 
> matter?  One of my colleagues created one in the USA and he didn't have any 
> problem.  How do we get around this if this is indeed the issue?  
>
> Thanks,
> James
>
> On Tuesday, May 26, 2015 at 11:22:28 PM UTC+5:30, Ryan (Cloud Platform 
> Support) wrote:
>>
>> I'm asking this because Managed VM's are currently only available in US 
>> projects , so I'm 
>> trying to see if there is another issue happening here.
>>
>> On Tuesday, May 26, 2015 at 1:23:01 PM UTC-4, Ryan (Cloud Platform 
>> Support) wrote:
>>>
>>> That means you never got a MVM up and running thats all. Is everyone 
>>> seeing this problem have EU projects? I am trying to reproduce without luck 
>>> so far following the instructions. I will continue to look into it. If you 
>>> can confirm that your projects are in the EU it will help.
>>>
>>> On Tuesday, May 26, 2015 at 12:53:26 PM UTC-4, James Hutton wrote:

 Hi Ryan, 

 I have never deployed anything to Google successfully. I'm a Google 
 Cloud noob. What I and everyone else on this thread is trying to do is to 
 follow Google's "Hello world" Node JS tutorial here: 
 https://cloud.google.com/nodejs/getting-started/hello-world

 The problem is that if you follow the instructions in the tutorial, 
 then you get an error message when you try to deploy. Given that several 
 people are having this problem, it looks like the instructions in the 
 tutorial might be wrong.

 I clicked on your link and it started prompting me to create a VM. I 
 don't know whether that's a good or a bad thing.








 On Tuesday, 26 May 2015 17:35:06 UTC+1, Ryan (Cloud Platform Support) 
 wrote:
>
> If you have deployed it before without issue you can go here 
> 
>  and 
> see what zone. If you have not then I need you to confirm you are 
> deploying 
> the Node.js and the command line you used to deploy it.
>
> On Tuesday, May 26, 2015 at 12:28:04 PM UTC-4, James Hutton wrote:
>>
>> I think it is the EU Data Center. But I can't remember for sure. How 
>> can I find out?
>>
>> On Tuesday, 26 May 2015 16:18:15 UTC+1, Ryan (Cloud Platform Support) 
>> wrote:
>>>
>>> Where is the instance located?
>>>
>>> On Tuesday, May 26, 2015 at 10:57:29 AM UTC-4, James Hutton wrote:

 Hi Ryan

 I too have been getting this error. Here is the output from the 
 "--verbosity debug" option, per your request. I have replaced my app 
 ID on 
 the 3rd line with "X" but it is otherwise verbatim.


 DEBUG: Host: appengine.google.com
 DEBUG: _Authenticate configuring auth; needs_auth=False
 DEBUG: Sending request to 
 https://appengine.google.com/api/vms/prepare?app_id=XXX 
 headers={'X-appcfg-api-version': '1', 'content-length': '0', 
 'Content-Type': 'application/octet-stream'} body=
 INFO: Attempting refresh to obtain initial access_token
 INFO: Refreshing access_token
 DEBUG: Got http error 400.
 DEBUG: Unexpected results: {'status': '400', 'alternate-protocol': 
 '443:quic,p=1', 'content-length': '82', 'expires': 'Fri, 01 Jan 1990 
 00:00:00 GMT', 'server': 'Google Frontend', 'cache-control': 
 'no-cache', 
 'date': 'Tue, 26 May 2015 14:49:35 GMT', 'content-type': 'text/plain'}
 DEBUG: (gcloud.preview.app.deploy) Server responded with code [400]:
   Bad Request Unexpected HTTP status 400
 Traceback (most recent call last):
   File 
 "/home/james/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", 
 line 
 537, in Execute
 result = args.cmd_func(cli=self, args=args)
   File 
 "/home/james/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py",
  
 line 1089, in Run
 result = command_instance.Run(args)
   File 
 "/home/james/google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/deploy.py",
  
 line 111, in Run
 client.PrepareVmRuntime()
   File 
 "/home/james/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/appengine_client.py",
  
 line 281, in PrepareVmRuntime

[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-05-27 Thread James Mortensen
I am an American, but I created my test project in India.  Does that 
matter?  One of my colleagues created one in the USA and he didn't have any 
problem.  How do we get around this if this is indeed the issue?  

Thanks,
James

On Tuesday, May 26, 2015 at 11:22:28 PM UTC+5:30, Ryan (Cloud Platform 
Support) wrote:
>
> I'm asking this because Managed VM's are currently only available in US 
> projects , so I'm 
> trying to see if there is another issue happening here.
>
> On Tuesday, May 26, 2015 at 1:23:01 PM UTC-4, Ryan (Cloud Platform 
> Support) wrote:
>>
>> That means you never got a MVM up and running thats all. Is everyone 
>> seeing this problem have EU projects? I am trying to reproduce without luck 
>> so far following the instructions. I will continue to look into it. If you 
>> can confirm that your projects are in the EU it will help.
>>
>> On Tuesday, May 26, 2015 at 12:53:26 PM UTC-4, James Hutton wrote:
>>>
>>> Hi Ryan, 
>>>
>>> I have never deployed anything to Google successfully. I'm a Google 
>>> Cloud noob. What I and everyone else on this thread is trying to do is to 
>>> follow Google's "Hello world" Node JS tutorial here: 
>>> https://cloud.google.com/nodejs/getting-started/hello-world
>>>
>>> The problem is that if you follow the instructions in the tutorial, then 
>>> you get an error message when you try to deploy. Given that several people 
>>> are having this problem, it looks like the instructions in the tutorial 
>>> might be wrong.
>>>
>>> I clicked on your link and it started prompting me to create a VM. I 
>>> don't know whether that's a good or a bad thing.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Tuesday, 26 May 2015 17:35:06 UTC+1, Ryan (Cloud Platform Support) 
>>> wrote:

 If you have deployed it before without issue you can go here 
 
  and 
 see what zone. If you have not then I need you to confirm you are 
 deploying 
 the Node.js and the command line you used to deploy it.

 On Tuesday, May 26, 2015 at 12:28:04 PM UTC-4, James Hutton wrote:
>
> I think it is the EU Data Center. But I can't remember for sure. How 
> can I find out?
>
> On Tuesday, 26 May 2015 16:18:15 UTC+1, Ryan (Cloud Platform Support) 
> wrote:
>>
>> Where is the instance located?
>>
>> On Tuesday, May 26, 2015 at 10:57:29 AM UTC-4, James Hutton wrote:
>>>
>>> Hi Ryan
>>>
>>> I too have been getting this error. Here is the output from the 
>>> "--verbosity debug" option, per your request. I have replaced my app ID 
>>> on 
>>> the 3rd line with "X" but it is otherwise verbatim.
>>>
>>>
>>> DEBUG: Host: appengine.google.com
>>> DEBUG: _Authenticate configuring auth; needs_auth=False
>>> DEBUG: Sending request to 
>>> https://appengine.google.com/api/vms/prepare?app_id=XXX 
>>> headers={'X-appcfg-api-version': '1', 'content-length': '0', 
>>> 'Content-Type': 'application/octet-stream'} body=
>>> INFO: Attempting refresh to obtain initial access_token
>>> INFO: Refreshing access_token
>>> DEBUG: Got http error 400.
>>> DEBUG: Unexpected results: {'status': '400', 'alternate-protocol': 
>>> '443:quic,p=1', 'content-length': '82', 'expires': 'Fri, 01 Jan 1990 
>>> 00:00:00 GMT', 'server': 'Google Frontend', 'cache-control': 
>>> 'no-cache', 
>>> 'date': 'Tue, 26 May 2015 14:49:35 GMT', 'content-type': 'text/plain'}
>>> DEBUG: (gcloud.preview.app.deploy) Server responded with code [400]:
>>>   Bad Request Unexpected HTTP status 400
>>> Traceback (most recent call last):
>>>   File 
>>> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", 
>>> line 
>>> 537, in Execute
>>> result = args.cmd_func(cli=self, args=args)
>>>   File 
>>> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py",
>>>  
>>> line 1089, in Run
>>> result = command_instance.Run(args)
>>>   File 
>>> "/home/james/google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/deploy.py",
>>>  
>>> line 111, in Run
>>> client.PrepareVmRuntime()
>>>   File 
>>> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/appengine_client.py",
>>>  
>>> line 281, in PrepareVmRuntime
>>> rpcserver.Send('/api/vms/prepare', app_id=self.project)
>>>   File 
>>> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/util.py",
>>>  
>>> line 347, in Send
>>> response = self._server.Send(*args, **kwargs)
>>>   File 
>>> "/home/james/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/external/tools/appengine_rpc_httplib2.py",
>>>  
>>> line 269, in Send
>>> 'Unexpected HTTP status %s' % status)
>>>   File 
>>> "/home/james/google-cloud-s