Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread Gianni Di Noia
2014-03-11 13:15 GMT+01:00 Vinny P vinny...@gmail.com: On Tue, Mar 11, 2014 at 12:36 AM, hitesh jain hiteshi...@gmail.com wrote: Google cloud storage is paid one from single byte storage. GCS has a 5gb free quota for the only default bucket.. http://goo.gl/KT4gQz -- You received this

[google-appengine] Deployment quota

2013-08-21 Thread Gianni Di Noia
I'm sorry, this is an unnecessary question, but I can't sleep on :) The deployment quotas docs say: The number of times the application has been uploaded by *a developer*. The current quota is 10,000 per day. Now, a day is 86,400 seconds. An optimistic average times for a deploy is 15 seconds.

Re: [google-appengine] New Twilio Service?

2013-04-02 Thread Gianni
I create a new account on twilio via the special page and upgrade it but I can't found the amount of free sms. Where I can see the balance with the offer of 2000 sms? I see only my 20$ -- Gianni On Tue, Apr 2, 2013 at 9:56 PM, Vinny P vinny...@gmail.com wrote: On Tuesday, April 2, 2013 1:43

Re: [google-appengine] Re: new devappserver2 and get_by_id

2013-03-27 Thread Gianni
devappserver2 the get_by_id() method return an integer ending with 000 instead of real id. the rest of number is the same but only last 3 is ever replace with 000. What'a appens? does not seem a bug. -- Gianni -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] new devappserver2 and get_by_id

2013-03-26 Thread Gianni
Hi, with new devappserver2 the get_by_id() method return an integer ending with 000 instead of real id. the rest of number is the same but only last 3 is ever replace with 000. What'a appens? does not seem a bug. -- Gianni -- You received this message because you are subscribed to the Google

Re: [google-appengine] db to ndb migration ... issue with collection_name

2012-12-30 Thread Gianni
Hi, Guido explained very clearly how to do herehttp://stackoverflow.com/questions/11122846/whats-the-alternative-to-back-reference-property-in-ndb . Just add a property to the Post class @property def comments(self): return Comment.query(Comment.post == self.key) -- Gianni

Re: [google-appengine] how does a user become an admin?

2012-12-17 Thread Gianni
the admin users are listed in 'Permissions' page -- Gianni On Mon, Dec 17, 2012 at 9:38 PM, Emmanuel Mayssat emays...@gmail.comwrote: handlers: - url: /admin/.* script: main.app login: admin -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Gianni
https://groups.google.com/d/topic/google-appengine-downtime-notify/SMd2pDJsCPo/discussion -- Gianni 2012/10/26 Santiago garcia.santi...@gmail.com All our apps are currently down! :( On Friday, October 26, 2012 12:37:48 PM UTC-2, Olivier Truemat wrote: Hi, Just had my web site totally

Re: [google-appengine] limite di invio messaggi

2012-10-09 Thread Gianni
Se per messaggi intendi email, basta abilitare i pagamenti (Enable billing). -- Gianni 2012/10/9 CB made in Italy ceciliabringh...@gmail.com buongiorno, io vorrei poter mandare tutti i messaggi al giorno che voglio, anche pagando. c e un modo??? -- You received this message because

Re: [google-appengine] Annourcing aeta: a test runner for Python App Engine applications

2012-09-21 Thread Gianni
Thank you. I really needed. -- Gianni 2012/9/21 Jacob Taylor jacobltay...@google.com Hello, I am happy to announce that we open sourced aeta, the App Engine Test Appendix. aeta is a tool for running tests on your Python App Engine application. It was created at Google and is used to run

Re: [google-appengine] A.A.A. Italian GAE Developers

2012-09-18 Thread Gianni
ping! Ma non esageriamo, direi dilettante. -- Gianni 2012/9/18 Alfredo Morresi alfredomorr...@google.com Hi guys, my name is Alfredo, I work in Google's Milan office and my job is to support Italian community around our technologies. Tech sessions, events planning, universities / local

Re: [google-appengine] Re: Alternate to Conversion API

2012-08-22 Thread Gianni
of low utilization depends on the tricky usage of paged media css and not in converison api in itself. -- Gianni 2012/8/22 Daniel Florey daniel.flo...@gmail.com Same problem here. We have invested a lot of time (=money) into Conversion API. So I am very frustrated and need to find a replacement

[google-appengine] pagespeed disable_rewriters

2012-06-28 Thread Gianni
to disable.. -- Gianni -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com

[google-appengine] Re: pagespeed disable_rewriters

2012-06-28 Thread Gianni
ok. I solved my problem, it's not related to pagespeed service ( the default setting don't cause problem). Sorry about that but the docs question remain. -- Gianni 2012/6/28 Gianni giann...@gmail.com Hi gropus, at the docs page https://developers.google.com/appengine/docs/python/config

Re: [google-appengine] No luck with the starter tutorials

2012-06-04 Thread Gianni
try adding webapp2 in the yaml libraries: - name: webapp2 version: latest -- Gianni 2012/6/5 Andreas a.schmi...@gmail.com what is the output of the console? On Jun 4, 2012, at 4:34 PM, Coolbedog wrote: Hi there, Trying to get started with Google App Engine and Python 2.7. I've

Re: [giannim] [appengine-java] Re: issue with task queue implementation

2011-12-18 Thread Gianni Mariani
+unsubscr...@google.com. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

[google-appengine] Re: what happened do the datastore statistics ?

2011-12-16 Thread Gianni Mariani
This can happen if you have large numbers of namespaces, kinds or property names. There is a limit to the size of the datastore_stats written for an application (approx 10MB for apps with entities only in the empty string namespace or 20MB for apps with entities in a non empty string namespace).

Re: [giannim] [appengine-java] threadsafe and sessions-enabled

2011-09-04 Thread Gianni Mariani
. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine

Re: [giannim] Re: [appengine-java] Re: No of namespaces limit ?

2011-06-15 Thread Gianni Mariani
...@google.com. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google

[appengine-java] Re: Deferred Task with non default queue

2011-05-06 Thread Gianni Mariani
Hi Marcel, Yes, it should work in a production server, not on the development server. Are you trying this on the production environment? If so, let me know what your app id is. g On Apr 27, 7:28 pm, Marcel Overdijk marceloverd...@gmail.com wrote: Hi Gianni, If I understand correctly I can

[appengine-java] Re: Deferred Task with non default queue

2011-04-26 Thread Gianni Mariani
The preconfigured URL mapping for the DeferredTaskServlet may be used for any queue. There is no need to specify your own URL mapping that I can see. On Apr 22, 8:05 pm, Marcel Overdijk marceloverd...@gmail.com wrote: I did some quick testing and I found out: QueueFactory.getQueue(email-

Re: [giannim] [appengine-java] Re: Deferred Task with non default queue

2011-04-26 Thread Gianni Mariani
of the TaskOptions.payload(DeferredTask) method, it will automatically set the handler url for you if it is not otherwise specified. URL is somewhat irrelevant for deferred task since the run() method you define is essentially the entry point for the task. On Apr 26, 4:59 pm, Gianni Mariani gmari...@google.com wrote

Re: [appengine-java] Re: How do I run DeferredTasks in a Unit Test

2011-04-26 Thread Gianni Mariani
://groups.google.com/group/google-appengine-java?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from

Re: [appengine-java] Re: Failed to compile jsp files.

2011-04-11 Thread Gianni Mariani
Eric, Is this issue related to your problem? http://code.google.com/p/googleappengine/issues/detail?id=1226 /Gianni On Mon, Apr 11, 2011 at 5:29 PM, Perun Katana gabec@yahoo.com wrote: Hi Eric, this is the cause An error occurred at line: -1 in the generated java file Caused

[appengine-java] Error while creating user

2011-03-28 Thread Gianni Gellona
Hi Everybody, I keep getting a timeout exception while trying to create a user in my domain. Timeout while fetching: https://apps-apis.google.com/a/feeds/orionlabs.com/user/2.0; I'm using the GData library from the 1.43.0 pack. I was told this problem was solved a long time ago, any aproach

[appengine-java] Re: Prerelease SDK 1.3.6 is out!

2010-08-09 Thread Gianni Mariani
Hi Jens, Keys are read only so there is no setNamespace(). The only way to set the namespace for the Key is upon creation. By default it will use the current namespace which is the string returned by NamespaceManager.get(). get() may return null if it has not been set which means that the

Re: [giannim] [appengine-java] app engine and db server elsewhere...

2010-07-04 Thread Gianni Mariani
/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google

Re: [giannim] [appengine-java] Re: Unicode problems

2009-09-16 Thread Gianni Mariani
. Firstly look at your tables via data-viewer in the production environment. I see Polish characters there. You have to narrow the problem - the characters are lost during sending, persisting or retrieving. -- Gianni Mariani Google, Sydney

Re: [giannim] [appengine-java] Re: Unicode problems

2009-09-16 Thread Gianni Mariani
. -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com To unsubscribe from this group

Re: [giannim] [appengine-java] Can't deploy my first guestbook application

2009-09-14 Thread Gianni Mariani
-appengine-jasper- runtime-5.0.28.jar; -d C:\DOCUME~1\yb\LOCALS~1\Temp \appcfg5145010290416497529.tmp\WEB-INF\classes -encoding UTF-8 C: \DOCUME~1\yb\LOCALS~1\Temp\appcfg5145010290416497529.tmp\WEB-INF \classes\org\apache\jsp\guestbook_jsp.java -- Gianni Mariani Google, Sydney

Re: [giannim] [appengine-java] Java Security Error

2009-09-13 Thread Gianni Mariani
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) Thanks in advance Regards -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

Re: [giannim] [appengine-java] Any way to work around 30 second request time limit?

2009-09-12 Thread Gianni Mariani
anyone have any ideas? Using Task Queues may help. The idea is that you break the job into 30 second or less chunks-o-work and queue them. -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[appengine-java] Re: QueueFactory.getQueue( String )

2009-09-09 Thread Gianni
On Sep 6, 4:48 am, Vince Bonfanti vbonfa...@gmail.com wrote: I found the answer to this: the Queue.add() method throws IllegalArgumentException if the specified queue isn't configured (BTW, the message in the IllegalArgumentException is The specified queue is unknown : but doesn't actually