Re: [google-appengine] python xmpp raw_xml

2014-04-08 Thread Илья Дьячков
I need send raw_xml with unicode to custom jabber client (strophe c++ ), 
GTalk IM jast example for explain error with unicode string.



вторник, 8 апреля 2014 г., 6:27:35 UTC+4 пользователь Vinny P написал:

 On Mon, Apr 7, 2014 at 6:40 AM, Илья Дьячков ronhil...@gmail.comjavascript:
  wrote:

 if i send xmpp message with from google.appengine.api import xmpp
 xmpp.send_message(jids=ronhill.i...@gmail.com javascript:, 
 body=ubodyПривет/body, raw_xml=True)
 I received message  in gtalk IM
 if i send: from google.appengine.api import xmpp
 xmpp.send_message(jids=ronhill.i...@gmail.com javascript:, 
 body=uПривет, raw_xml=False)
 I received message Привет in gtalk IM
 How fix this BUG?? 



 So to clarify, the error is that you can't display the *body* tag in 
 GTalk IM? Do you expect the body tag to be shown as plain text or to be 
 interpreted as markup? Also, why have you listed *raw_xml* as true in the 
 first code example, but false in the second example?
  

  
 -
 -Vinny P
 Technology  Media Advisor
 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.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Task Queue Namespaces and Quota

2014-04-08 Thread Miguel Vitorino
Thanks for the help Vinny. I believe you are right.

Miguel Vitorino


On 7 April 2014 08:52, Vinny P vinny...@gmail.com wrote:

 On Thu, Apr 3, 2014 at 9:09 AM, Miguel Vitorino mvitor...@gmail.com
  wrote:

 When using namespaces with Task Queues is the quota applicable across all
 namespaces or do namespaced queues actually work as separate queues?
 Example: the 500 task invocations per second per queue are a limit for
 all namespaces on the same queue or per namespace?




 I believe the limit on task executions is across the entire queue,
 regardless of the namespace configured.


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

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


 --
 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/mpvUnzqiFO4/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.
 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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Appengine - Google + API plus.google.com - NOT WORKING

2014-04-08 Thread Gana
I haven an appengine app deployed with user authentication and profile GET 
integrated with Google + API.

All of a sudden it stopped to work. The API Explorer is also returning the 
same 
error. https://developers.google.com/apis-explorer/#p/plus/v1/plus.people.get

Is anybody else experiencing the same error. These kind of instances gives 
us less confidence of integrating/using Google platform. My application is 
an paid app on App Engine, how do I get support to have this fixed. With 
this error the application is not usable and it affects my app uptime.

Please advice on how to address it and reach to the right resources within 
google.

Here is the API explorer, provide a google id and it should return you the 
user info (email address). It gives a 404 error (method not found)

https://developers.google.com/apis-explorer/#p/plus/v1/plus.people.get

Thanks
Gana

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Server Error (Text Search) on Admin Console

2014-04-08 Thread JAMES COURTNEY
Many thanks Vinny.  It's frustrating because I can't see the data to see what 
might be iffy.  It isn't an emergency though so I'll give Google a few days to 
sort it out.

Best,

Jamey

James Courtney
Co-Founder, CFO, Code Monkey, etc.
PhilanthroPal, Inc.
Office: (650) 300-1652
Mobile: (650) 740-2628
james.court...@philanthropal.com


Be Social. Be Mobile. Be Charitable!

On Apr 7, 2014, at 7:28 PM, Vinny P vinny...@gmail.com wrote:

 On Mon, Apr 7, 2014 at 12:59 PM, JAMES COURTNEY 
 james.court...@philanthropal.com wrote:
 So you believe there's one document which is hobbling the system?
 
 
 Not necessarily one. Most likely there's an unknown number of documents that 
 are improperly configured. And when I say improperly configured, I mean they 
 could be corrupt, improperly replicated, an error with the underlying 
 storage/machine, encoded with the wrong character set, the list goes on and 
 on. 
 
 The problem is there's just no way to know what the problem is without 
 isolating the exact document(s) causing the issues. Fortunately you seem to 
 have isolated a range of suspect documents that Google can now investigate 
 (the page ranges you stated in your previous email). 
 
 
 On Mon, Apr 7, 2014 at 12:59 PM, JAMES COURTNEY 
 james.court...@philanthropal.com wrote:
 IDX_ORGANIZATION
   - fails with the error when paginating results from 240-260.
 IDX_USER
   - fails with the error when paginating results 40-60.
 
 
 If you are in a rush to fix the problem, I would suggest trying to delete and 
 then rebuild the documents listed within the above ranges. But to be honest, 
 now that you've filed a production issue it's probably easier to just sit 
 tight and see what Google's response to your issue is (they also read this 
 forum, so most likely someone's looking into it already).  
  
 
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL
 
 App Engine Code Samples: http://www.learntogoogleit.com
 
 
 -- 
 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/hsM0Z3mrm3Q/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.
 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.
For more options, visit https://groups.google.com/d/optout.
inline: image001.png

[google-appengine] Heartbleed bug?

2014-04-08 Thread Doug Anderson
Is App Engine's SSL protected from the OpenSSL heartbleed bug?  Since a 
Google Engineer discovered the bug I figure there's a good chance App 
Engine has the patch. ???

http://heartbleed.com/
https://www.openssl.org/news/secadv_20140407.txt

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] App Engine 1.9.2 Released

2014-04-08 Thread Andrew Jessup


Hi Everyone,
We are pleased to announce the latest release of Google App Engine 1.9.2, which 
has now been rolled out to all applications. 
Release 1.9.2 includes the following enhancements.
All languages==- We are pleased to announce the 
availability of Dedicated Memcache service  to our customers in the 
EU.PHP==- Users now have the ability to embed 
images in emails via the Content-Id  attachment header.
https://code.google.com/p/googleappengine/issues/detail?id=965 
https://www.google.com/url?q=https://code.google.com/p/googleappengine/issues/detail%3Fid%3D965usg=AFQjCNHNf4SDA522hNIBjpvOQnJBcViTQA-
 The Zip module is now included in the SDK.
https://code.google.com/p/googleappengine/issues/detail?id=10703 
https://www.google.com/url?q=https://code.google.com/p/googleappengine/issues/detail%3Fid%3D10703usg=AFQjCNFME_uvL07mZlWBrip0ykyhB7D99Q-
 Fixed an issue with the Google Cloud Storage upload proxy truncating POST  
field data when it is longer than 80 characters.
https://code.google.com/p/googleappengine/issues/detail?id=10355 
https://www.google.com/url?q=https://code.google.com/p/googleappengine/issues/detail%3Fid%3D10355usg=AFQjCNFXqiSBMyctMpq9MgMVjwRPsj9DqQ-
 Fixed an issue with default max sized uploads no longer handling unlimited  
size uploads.
https://code.google.com/p/googleappengine/issues/detail?id=10727 
https://www.google.com/url?q=https://code.google.com/p/googleappengine/issues/detail%3Fid%3D10727usg=AFQjCNHVAnn2nCChZecikBYTGC-vI63orQ
Kind regards,
Andrew JessupProduct Manager, Google Cloud Platform

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] My project doesn't have its default auto-created GCS bucket

2014-04-08 Thread Tom
On Monday, 7 April 2014 22:31:30 UTC-4, Vinny P wrote:

 On Mon, Apr 7, 2014 at 9:05 AM, Tom t...@malcolmson.ca javascript:
  wrote:

 Yes, that is correct, so I went ahead and clicked the 'create' button now 
 it says Project creation is in progress.

 But doesn't this mean that it will create a new CC project, so I will now 
 have 2 CC project's for my GAE project?  And my Google Cloud Storage will 
 be spread across the two CC's projects.



 Yes, you will now have two projects.

 But you won't get the default bucket with the free quota without 
 connecting your App Engine app to a cloud project. The free quota also only 
 applies to that default bucket, so if you want the free space, you'll have 
 to move data into that bucket.

 With that said, there's nothing inherently wrong with having assets 
 striped across 2 or even more cloud projects. As long as you configure the 
 authentication to properly work, there's no difference compared to having 
 all assets within a single cloud project.
  

Ok, thanks.

It appears that I know have access to the default bucket.

Tom
 

  
  
 -
 -Vinny P
 Technology  Media Advisor
 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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Heartbleed bug?

2014-04-08 Thread Doug Anderson
going through ???.appspot.com appears to be clean (not vulnerable to 
heartbleed)... still not sure about custom domains.

On Tuesday, April 8, 2014 10:19:49 AM UTC-4, Doug Anderson wrote:

 Is App Engine's SSL protected from the OpenSSL heartbleed bug?  Since a 
 Google Engineer discovered the bug I figure there's a good chance App 
 Engine has the patch. ???

 http://heartbleed.com/
 https://www.openssl.org/news/secadv_20140407.txt



-- 
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.
For more options, visit https://groups.google.com/d/optout.