Re: [google-appengine] E-mail Quota Limit at 100 - Please help

2014-02-14 Thread Pertti Kellomäki
I switched to SendGrid and I've never looked back. The changes in your
application code are literally only a few lines of code, at least in
Python. One aspect I really like is that it is trivial to send real mail
from the development server.

Pertti


On Fri, Feb 14, 2014 at 4:10 AM, Vinny P vinny...@gmail.com wrote:

 On Wed, Feb 12, 2014 at 9:23 AM, no-re...@jrsedu.com wrote:

 I have a paid app with billing enabled. My e-mail quota remains at 100
 and I am not able to send more than 100+1 e-mail. I have asked for quota
 increase twice and denied.
 This will affect our production release. Can someone please help me on
 how to increase the e-mail quota?




 If Google denied your quota increase there's nothing much that posting to
 this group can do.

 What you can do is use SendGrid to send emails; it's relatively easy to
 use and there's a special (higher) free tier for applications running on
 Google's Cloud Platform:
 https://developers.google.com/appengine/articles/sendgrid#send_an_email


 -
 -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/groups/opt_out.




-- 
Pertti Kellomäki, Kesanto Enterprises
Your training in the cloud: http://www.trainingcommons.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/groups/opt_out.


[google-appengine] Re: Java example on how to upload csv data to the data store

2014-02-14 Thread Andrei Volgin
If you want to convert CSV data into entities, you may use

http://sourceforge.net/projects/opencsv/

to process your CVS file.

-- 
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/groups/opt_out.


[google-appengine] Image Service Down?

2014-02-14 Thread Christopher Ritter
Our production application is throwing 500's. Stack trace:

Uncaught exception from servlet
com.google.appengine.api.images.ImagesServiceFailureException: 
at 
com.google.appengine.api.images.ImagesServiceImpl.convertApplicationException(ImagesServiceImpl.java:399)
at 
com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:88)
at 
com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:65)

-- 
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/groups/opt_out.


[google-appengine] Re: Image Service Down?

2014-02-14 Thread Christopher Ritter
Some of our other applications are doing just fine -- new regression? (This 
was last deployed weeks ago)

On Friday, February 14, 2014 11:46:05 AM UTC-5, Christopher Ritter wrote:

 Our production application is throwing 500's. Stack trace:

 Uncaught exception from servlet
 com.google.appengine.api.images.ImagesServiceFailureException: 
   at 
 com.google.appengine.api.images.ImagesServiceImpl.convertApplicationException(ImagesServiceImpl.java:399)
   at 
 com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:88)
   at 
 com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:65)



-- 
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/groups/opt_out.


[google-appengine] Re: Dev datastore disappears when upgrading to new version

2014-02-14 Thread Brian
Same issue here, developing on Windows, nearly all default settings, just 
upgraded to python 2.7 and SDK 1.8.9 from 1.7.2. Local datastore (sqlite) 
now empty. 

Tried to reload everything from scratch with appcfg upload_data, reports 
all entities successfully uploaded, but randomly missing about half the 
records. Frustrating!!!

Any solutions available?

-- 
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/groups/opt_out.


Re: [google-appengine] Stuck DataStore indexes

2014-02-14 Thread husayt
I have also a number of pending building indices for 3-4 days now.

Is there a general issue with index building? Or maybe there is something 
we can do about it?



On Friday, 14 February 2014 02:07:46 UTC, Vinny P wrote:

 On Thu, Feb 13, 2014 at 12:03 PM, Mohammed Header 
 mohamme...@espace.com.eg javascript: wrote:

 I have an issue with an app engine project,
 where the Datastore indexes are taking ( and stuck ) too long time 
 Building,

 The app had been tested on other Staging Projects,  (  this is the 
 Production one )

 Based on : 
 https://developers.google.com/appengine/kb/general?csw=1#stuck_indexes
 I am asking if someone can help me in this issue,

 Application Identifier:
 gweb-yerelsecimler




 How long have the indexes been in a *Building* state? If you have a lot 
 of entities and a complex index, it may take a substantial amount of time 
 for the index to complete.

 If the indexes are still stuck after some time, it may be faster to file a 
 production issue: 
 https://code.google.com/p/googleappengine/issues/entry?template=Production%20issue
  
   
  
 -
 -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/groups/opt_out.


Re: [google-appengine] Authentication fails on GAE Android sample app

2014-02-14 Thread Swaroop Joshi
Yes, I have set both with proper values. Following the tutorial verbatim..


On Thursday, February 13, 2014 9:24:23 PM UTC-5, Vinny P wrote:

 On Wed, Feb 12, 2014 at 12:00 AM, Swaroop Joshi 
 swaroo...@gmail.comjavascript:
  wrote:

 I am new to GAE and am learning the stuff using the sample mbs app for 
 Android. I am able to get the cloud messaging to work, but the 
 authentication part fails. I posted a question on StackOverflow a while 
 ago, but didn't get any responses. I will really appreciate if you can help 
 me here.




 When you configured the IDs, did you set both WEB_CLIENT_ID and 
 ANDROID_CLIENT_ID? Both constants need to be set for authentication to work.
   
  
 -
 -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/groups/opt_out.


Re: [google-appengine] Stuck DataStore indexes

2014-02-14 Thread Matt Jibson
This is generally caused by invalid UTF-8 characters in your entity ids.
The best way to fix it is to go through the motions of signing up for paid
app engine support. They don't require a credit card, and you can still put
in your problem. This will get you in touch with an app engine rep who can
run the other datastore reindexer which doesn't have the UTF-8 requirement.

This issue has hit me a few times, and took me many days to figure out what
it was (since we have zero insight into it and no errors are shown to us)
and get it fixed.


On Fri, Feb 14, 2014 at 1:43 PM, husayt hus...@gmail.com wrote:

 I have also a number of pending building indices for 3-4 days now.

 Is there a general issue with index building? Or maybe there is something
 we can do about it?



 On Friday, 14 February 2014 02:07:46 UTC, Vinny P wrote:

 On Thu, Feb 13, 2014 at 12:03 PM, Mohammed Header mohamme...@
 espace.com.eg wrote:

 I have an issue with an app engine project,
 where the Datastore indexes are taking ( and stuck ) too long time
 Building,

 The app had been tested on other Staging Projects,  (  this is the
 Production one )

 Based on : https://developers.google.com/appengine/kb/general?csw=
 1#stuck_indexes
 I am asking if someone can help me in this issue,

 Application Identifier:
 gweb-yerelsecimler




 How long have the indexes been in a *Building* state? If you have a lot
 of entities and a complex index, it may take a substantial amount of time
 for the index to complete.

 If the indexes are still stuck after some time, it may be faster to file
 a production issue: https://code.google.com/p/googleappengine/issues/
 entry?template=Production%20issue


 -
 -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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [google-appengine] Using PlusDomains.Activities not always return the same number of activities per user

2014-02-14 Thread Vinny P
On Thu, Feb 13, 2014 at 10:08 AM, Juan de Dios Becerra 
j.becerra4...@gmail.com wrote:

 I am using the Google API PlusDomain to fetch activities of the users
 under a domain(domain of my job) I have a list of users and I developed in
 Java a function to retrieve activities of every user, but it is happening
 something weird, especially when I test in appengine, not in my local
 development I get for some users different number of activities, I mean for
 example for my user us...@mycompany.com one time I have 20 activities and
 in a second round for the same user I have 15 activities, or for example
 sometimes I have seen that one user has 1 activity and in another day or
 another round the same user reports 0 activities when in fact that user
 still has activities




How many calls are you making to the Domains service? You may be getting
rate-limited; can you check the quotas for the G+ Domains API under the
console screen?

Secondly, this sounds like much more of a Google+ issue than an App Engine
issue. You may have more luck cross-posting to a Google+ specific community
such as this one:
https://plus.google.com/u/0/communities/113527920160449995981


-
-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/groups/opt_out.


Re: [google-appengine] Authentication fails on GAE Android sample app

2014-02-14 Thread Vinny P
On Fri, Feb 14, 2014 at 1:28 PM, Swaroop Joshi swaroopj@gmail.com
 wrote:

 Yes, I have set both with proper values. Following the tutorial verbatim



Well then, I have some bad news for you: that was the easy solution. If
that didn't work then the problem is more likely to be annoying and
difficult to find.

Somewhere along the line your authentication details aren't being passed
through successfully. From the stack trace it looks like the original
authentication token can't be built. Can you try using the APIs Explorer (
https://developers.google.com/explorer-help/#WhichApis ) to confirm that
your registered application can properly authenticate?

-
-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/groups/opt_out.


[google-appengine] Re: instance hours running twice as large with 1.9.0

2014-02-14 Thread James Gilliam
Instances still running twice as high.  When one instance is running, the 
instance graph shows two.

On Wednesday, February 12, 2014 8:18:56 AM UTC-8, James Gilliam wrote:

 Since yesterday with the deployment of 1.9.0, instance hours have been 
 running twice as large as before this deployment.

 Just now, the instance graph on the dashboard showing more instances 
 running when actually running.

 Gae has turned off the intraday billing for instance hours; perhaps 
 indicating they know about this issue.


-- 
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/groups/opt_out.


[google-appengine] regressed to version version 5 days old

2014-02-14 Thread James Gilliam
All of a sudden, GAE started running a version of my code which was 5 days 
old ... a version that I had even deleted ... I can tell because I display 
my version number on one of my pages.

I uploaded the latest version ...

This 1.9.0 version is having big problems imo ...

-- 
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/groups/opt_out.


[google-appengine] Re: regressed to version version 5 days old

2014-02-14 Thread James Gilliam
They also switched datacenters and purged the memcache.

But how can they regress back to a deleted version of the code?

On Friday, February 14, 2014 6:08:06 PM UTC-8, James Gilliam wrote:

 All of a sudden, GAE started running a version of my code which was 5 days 
 old ... a version that I had even deleted ... I can tell because I display 
 my version number on one of my pages.

 I uploaded the latest version ...

 This 1.9.0 version is having big problems imo ...


-- 
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/groups/opt_out.


[google-appengine] i encounterd warnings regarding 'D:\myappname\myappname\war\WEB-INF\lib\commons-codec-1.2.jar' will not be available on the server's classpath.

2014-02-14 Thread Anuja Deshmukh
 I encounterd warnings regarding  
'D:\myappname\myappname\war\WEB-INF\lib\commons-codec-1.2.jar' will not be 
available on the server's classpath. 

In this what is server's class path.

-- 
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/groups/opt_out.


[google-appengine] BANNED PLS !! https://absentis64.appspot.com/www.evdenevenakliyatfirmalari.pro/

2014-02-14 Thread kişisel Pazar
Hi www.evdenevenakliyatfirmalari.pro domains that are assigned to me the 
following web sites have taken away my content of this page I want closure. 
If you are interested I would appreciate good work



https://absentis64.appspot.com/https://absentis64.appspot.com/www.
*evdenevenakliyatfirmalari*.*pro*/‎
https://www.google.com.tr/search?q=evdenevenakliyatfirmalari.prooq=evdenevenakliyatfirmalaqs=chrome.1.69i57j69i59j0l4.8205j0j4sourceid=chromeespv=210es_sm=122ie=UTF-8#

   - 
   
http://webcache.googleusercontent.com/search?q=cache:BdtAaEsc3YgJ:https://absentis64.appspot.com/www.evdenevenakliyatfirmalari.pro/+cd=1hl=trct=clnkgl=tr
   - 
   
*evdenevenakliyatfirmalari*.*pro*/‎
https://www.google.com.tr/search?q=evdenevenakliyatfirmalari.prooq=evdenevenakliyatfirmalaqs=chrome.1.69i57j69i59j0l4.8205j0j4sourceid=chromeespv=210es_sm=122ie=UTF-8#

   - 
   
http://webcache.googleusercontent.com/search?q=cache:BdtAaEsc3YgJ:https://absentis64.appspot.com/www.evdenevenakliyatfirmalari.pro/+cd=1hl=trct=clnkgl=tr
   - 
   

-- 
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/groups/opt_out.