[google-appengine] Re: App engine Link

2013-07-09 Thread wikicious
http://wikicious.appspot.com/

here is a wiki
simply add url to text field add content,
login neccessary
this is created by me
al get source code: https://github.com/WittyTechie/wikicious

On Saturday, July 2, 2011 1:27:35 AM UTC+5:30, Geoffrey Spear wrote:



 On Jun 30, 5:36 pm, Matt mwein2...@gmail.com wrote: 
  Hi, 
  
  I'm working on a site using App Engine with Python, and I really want 
  to add links to new pages in the site, is there a specific way to do 
  this?   I basically want a way to click a link and have a new html 
  page show up. 

 This has nothing to do with App Engine. Use an A tag in your HTML.

-- 
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: a new wiki now on web

2013-07-09 Thread wikicious
wikicious.appspot.com

get source at : https://github.com/WittyTechie/wikicious

for this project

if any problem
 feel free to ask

check the source and edit if u want to

On Sunday, July 7, 2013 11:40:09 PM UTC+5:30, alp Teja wrote:

 please tell me how to create the app with steps 
 and source if possible ..
 if not possible to give the source for this app please even tell me the 
 hello world app in python
 i have a big idea that is related to forums i'm new to this appengine 
 please help me


 On Tuesday, July 2, 2013 10:02:48 PM UTC+5:30, wiki...@gmail.com wrote:

 Developer plss checkout http://www.wikicious.appspot.com/ , a new wiki 
 dedicated to all sort of content

 accepts plaintext and html, start adding.

 No censorship



-- 
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] Running App Engine Instance 1.8.2

2013-07-09 Thread Nikhil Jain
Hi GAE fellow,

Few of my appengine application instance running on 1.8.1 and others are on
1.8.2.
Is 1.8.2 been released or its pre-released version?

-- 
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] Running App Engine Instance 1.8.2

2013-07-09 Thread Moises Belchin
+1


Saludos.
Moisés Belchín.


2013/7/9 Nikhil Jain nikhil.jaint...@gmail.com

 Hi GAE fellow,

 Few of my appengine application instance running on 1.8.1 and others are
 on 1.8.2.
 Is 1.8.2 been released or its pre-released version?

 --
 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] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
I am looking for java code.
Currently, using playframework is not an option for me.  Any other pointers
would be appreciated.

Thanks.
-Aswath

On Tue, Jul 9, 2013 at 9:35 AM, Vinny P vinny...@gmail.com wrote:

 Hello,

 On Mon, Jul 8, 2013 at 9:51 PM, Aswath Satrasala 
 aswath.satras...@gmail.com wrote:

 Hello,
 I am looking for a simple registration system for my appid.
 - New users should be able to register with the application
 - An activation link is sent to the users email
 - Allow the user to enter into the restricted screens only after
 activiting the account
 - Able to do reset passwd
 Any open source projects doing the above


 Which language are you using?

 GAE-Boilerplate ( https://github.com/coto/gae-boilerplate ) implements
 all of those points in Python, and it's used by a number of applications.

 Play Framework ( http://www.playframework.com/ ) implements those
 requirements in Java (either within the framework or using plugins).

 -
 -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] Simple Registration Application

2013-07-09 Thread Barry Hunter
On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala aswath.satras...@gmail.com
 wrote:

 I am looking for java code.
 Currently, using playframework is not an option for me.


It my help to specify WHY the play framework isnt an option.

Otherwise, there is a fair chance any other suggestion will not be an
option either. (because it breaks what ever rule you havent told us)

-- 
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] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
Currently, I dont want to introduce another framework into the application.
I am looking at simple servlet/jsp code with out additional dependencies on
the frameworks.

-Aswath

On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter barrybhun...@gmail.com wrote:




 On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
 aswath.satras...@gmail.com wrote:

 I am looking for java code.
 Currently, using playframework is not an option for me.


 It my help to specify WHY the play framework isnt an option.

 Otherwise, there is a fair chance any other suggestion will not be an
 option either. (because it breaks what ever rule you havent told us)

  --
 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] Will 1.8.2 Datastore Admin Scheduled Backup tool support the new Cloud Storage Client Library?

2013-07-09 Thread Jason Collins
Thanks Tom.

The next part of my story is that we use the backup files with a BigQuery 
ingestion job - that is, the BigQuery ingestion job uses the native output 
from the Datastore Admin Scheduled Backups stored on Cloud Storage. 
('sourceFormat': 'DATASTORE_BACKUP')

Presumably, I'd also have to replicate the format if I were to roll my own 
GCS/MapReduce hybrid and continue to use the same BigQuery ingestion 
approach.

Any suggestions on that front? Or maybe just an approximate ETA and save me 
a bunch of work? ;)

j

On Monday, 8 July 2013 18:23:38 UTC-6, Tom Kaitchuck wrote:

 This is something we are working hard on. We're updating many code paths 
 to fix a lot of issues and migrate over to the GCS client. Changes won't 
 roll out in one big release, rather updates will be released as they are 
 completed. If you don't want to wait, it is absolutely supported to use the 
 GCS client to write out data from within your own MapReduce. 


 On Thu, Jul 4, 2013 at 9:01 AM, Jason Collins 
 jason.a...@gmail.comjavascript:
  wrote:

 Our backups are really flakey and take a long time, apparently because of 
 the sketchy Files API link.

 Will the GAE 1.8.2 release of Datastore Admin Scheduled Backup tool 
 support the new Cloud Storage Client Library?

 This is all wrapped up in MapReduce/Pipelines, so there are a lot of 
 moving parts. My goal is to simply use stock, Google-supplied tools and 
 have this stuff be resilient and predictable.

 Any info is appreciated. If something in this area is not imminent, we 
 will have to start looking for alternate ways to achieve reliable backups.

 Thanks,
 j

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 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] Running App Engine Instance 1.8.2

2013-07-09 Thread Martin Ceperley
This caused our app to crash last night as our mapreduce library was importing 
the renamed servers module. Updating mapreduce fixed it. Seems to be back to 
1.8.1 now, maybe it was a mistake.

-Martin

On Jul 9, 2013, at 2:59 AM, Moises Belchin moisesbelc...@gmail.com wrote:

 +1
 
 
 Saludos.
 Moisés Belchín.
 
 
 2013/7/9 Nikhil Jain nikhil.jaint...@gmail.com
 Hi GAE fellow,
 
 Few of my appengine application instance running on 1.8.1 and others are on 
 1.8.2.
 Is 1.8.2 been released or its pre-released version?
 -- 
 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.
  
  

-- 
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: indexes stuck building for 4 days

2013-07-09 Thread Matt Jibson
There is another index over another property. I believe both should have
the same number of entities. The other index currently always has about
600k more entities than this one that is building. Each day the total
numbers for both go up about the same, but this 600k diff remains. This
suggests to me that some entities are erroring, and that there is no
recourse for app engine to tell me this. Would someone look into it?


On Mon, Jul 8, 2013 at 10:42 PM, Matt Jibson matt.jib...@gmail.com wrote:

 A few days ago I added an index with with 20 million entities. It is still
 listed in the building phase, jumping around the 90% mark. Based on its
 early velocity, I would expected it to have completed by now. Are there
 some entities that are causing it problems, or do I still need to wait? App
 id is go-read.


-- 
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] Small tutorial for running Wordpress Multi Site on Google App Engine

2013-07-09 Thread derFrankie Neulichedl
I'm experimenting with Wordpress on GAE and I was able to make Multi-Site 
work. Since there is no official tutorial yet I wrote a small one myself.
It's not completely newbie friendly and you must have a running install 
ready - but it might help you speed up the process.

http:// http://0am.co/14FIBhXhttp://0am.co/14FIBhX  (or here the normal 
link if you don't trust 
shorteners.. 
http://frankie.bz/blog/developers/wordpress-multisite-on-google-app-engine-php-beta/

Ciao
Frank

-- 
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: Running App Engine Instance 1.8.2

2013-07-09 Thread Mike Johnson
Yup, and they seem to have changed the api in this point release.

My logs are full of this:

   import google.appengine.api.servers
ImportError: No module named servers


Funny, that worked yesterday.

On Monday, July 8, 2013 11:57:39 PM UTC-7, Nikhil Jain wrote:

 Hi GAE fellow,

 Few of my appengine application instance running on 1.8.1 and others are 
 on 1.8.2.
 Is 1.8.2 been released or its pre-released version?

 

-- 
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] Release 1.8.2 issue - RuntimeError: internal error in regular expression engine

2013-07-09 Thread Kinesh Patel

Getting exceptions on the instances that have the new SDK (1.8.2) in Python 
2.7

nightloop/mailbot/parser.py, line 23, in _strip_suffix
result = re.findall(regex, body, re.S|re.I)
  File /base/data/home/runtimes/python27/python27_dist/lib/python2.7/re.py, 
line 177, in findall
return _compile(pattern, flags).findall(string)
RuntimeError: internal error in regular expression engine

App is currently broken because of it.

-- 
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] Deploying Django 1.5 app on GAE SDK 1.8.1

2013-07-09 Thread oliveiraphm

Hi,

I have been trying to deploy my application on GAE for 2 days, but I 
have not been successful.
I am using Python 2.7, Django 1.5 and Google App Engine SDK 1.8.1 and *the 
application is running appropriately is localhost.*
To deploy my application, I have followed the instructions at [1] with 
just one difference: I have changed the 
ROOT_URLCONF = 'tcn_project.urls' to ROOT_URLCONF = 'urls' (where 
tcn_project is the name of my project).
The current error is (where cc_simulator is the name of my application:

  File /base/data/home/apps/s~cc-simulator/1.368666896883800783/urls.py, line 
2, in module
from cc_simulator import views
ImportError: No module named cc_simulator

Can anybody helps me to fix it?

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




[google-appengine] Re: Release 1.8.2 issue - RuntimeError: internal error in regular expression engine

2013-07-09 Thread Kinesh Patel
Upon further Googling this appears to be a regression in Python 2.7.5. What 
version of 2.7.x is App Engine running now?

On Tuesday, July 9, 2013 3:33:39 PM UTC-4, Kinesh Patel wrote:


 Getting exceptions on the instances that have the new SDK (1.8.2) in 
 Python 2.7

 nightloop/mailbot/parser.py, line 23, in _strip_suffix
 result = re.findall(regex, body, re.S|re.I)
   File /base/data/home/runtimes/python27/python27_dist/lib/python2.7/re.py, 
 line 177, in findall
 return _compile(pattern, flags).findall(string)
 RuntimeError: internal error in regular expression engine

 App is currently broken because of it.


-- 
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] Simple Registration Application

2013-07-09 Thread Tim Niblett
Have a look at https://gaeshiro.appspot.com/ with code at 
https://github.com/cilogi/gaeshiro.  It does what you want with some stuff 
you don't -- Guice on top of servlets, Shiro for 
authentication/authorization, Google login via GAE user service and 
Facebook login via OAuth.  You can get rid of the other stuff easily enough 
I guess.

Tim

PS I posted earlier but the message has been removed.  I have no idea why.

On Tuesday, 9 July 2013 12:09:02 UTC+1, aswath wrote:

 Currently, I dont want to introduce another framework into the application.
 I am looking at simple servlet/jsp code with out additional dependencies 
 on the frameworks.

 -Aswath

 On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter barryb...@gmail.comjavascript:
  wrote:




 On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
 aswath.s...@gmail.comjavascript:
  wrote:

 I am looking for java code.
 Currently, using playframework is not an option for me.  


 It my help to specify WHY the play framework isnt an option. 

 Otherwise, there is a fair chance any other suggestion will not be an 
 option either. (because it breaks what ever rule you havent told us)  

  -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 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] Will 1.8.2 Datastore Admin Scheduled Backup tool support the new Cloud Storage Client Library?

2013-07-09 Thread Tom Kaitchuck
You don't have to use the datastore backup format to get data into
bigQuery. (You could if you wanted, the code is open source) But BigQuery
supports Json and CSV directly, which is often easier.
We actually have a guide on extracting data from Datastore and using a
MapReduce to load it into BigQuery here:
https://developers.google.com/bigquery/articles/datastoretobigquery
This guide was specifically made because it is quite common to want to
either import only a subset of the data into BigQuery or to first run some
transform on it.

Following the guide it shouldn't take much effort to get things up and
working. In the SVN there is already an output writer (still being tested)
included in the mapreduce library to write using the GCS client library,
which should allow you to run without using the FilesAPI at all. (You can
use it now, it's name starts with an _ as we are still testing it, once
that work is completed it will be renamed to remove the _)

We are actively working on baking all of this in, to make things much
easier, but I can't commit to a specific date. If your only concern is this
going to happen in a timely way, then you should wait. That being said,
running your own MR a la the example above is a good option anyway as it
gives you more control over exactly what your are putting in to BigQuery
and the format it is in.



On Tue, Jul 9, 2013 at 6:30 AM, Jason Collins jason.a.coll...@gmail.comwrote:

 Thanks Tom.

 The next part of my story is that we use the backup files with a BigQuery
 ingestion job - that is, the BigQuery ingestion job uses the native output
 from the Datastore Admin Scheduled Backups stored on Cloud Storage.
 ('sourceFormat': 'DATASTORE_BACKUP')

 Presumably, I'd also have to replicate the format if I were to roll my own
 GCS/MapReduce hybrid and continue to use the same BigQuery ingestion
 approach.

 Any suggestions on that front? Or maybe just an approximate ETA and save
 me a bunch of work? ;)

 j


 On Monday, 8 July 2013 18:23:38 UTC-6, Tom Kaitchuck wrote:

 This is something we are working hard on. We're updating many code paths
 to fix a lot of issues and migrate over to the GCS client. Changes won't
 roll out in one big release, rather updates will be released as they are
 completed. If you don't want to wait, it is absolutely supported to use the
 GCS client to write out data from within your own MapReduce.


 On Thu, Jul 4, 2013 at 9:01 AM, Jason Collins jason.a...@gmail.comwrote:

 Our backups are really flakey and take a long time, apparently because
 of the sketchy Files API link.

 Will the GAE 1.8.2 release of Datastore Admin Scheduled Backup tool
 support the new Cloud Storage Client Library?

 This is all wrapped up in MapReduce/Pipelines, so there are a lot of
 moving parts. My goal is to simply use stock, Google-supplied tools and
 have this stuff be resilient and predictable.

 Any info is appreciated. If something in this area is not imminent, we
 will have to start looking for alternate ways to achieve reliable backups.

 Thanks,
 j

 --
 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-appengi...@**googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at 
 http://groups.google.com/**group/google-appenginehttp://groups.google.com/group/google-appengine
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://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.




-- 
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] How to upload files to blobstore programmatically , without form.

2013-07-09 Thread Tom Kaitchuck
If you want to write to blobstore programmatically you can
call createUploadUrl as many times as you like and pass those to whatever
is going to do the upload. This is supported and not going away.
If you want to upload to GCS you can use the Manager as Vinny mentioned, or
you can use gsutil from a command line or script:
https://developers.google.com/storage/docs/gsutil
or you can use the GCS client from within your App Engine application.


On Mon, Jul 1, 2013 at 11:40 AM, Vinny P vinny...@gmail.com wrote:

 On Mon, Jul 1, 2013 at 6:40 AM, omair.shams...@arbisoft.com wrote:

 Hi ! i want to upload many files to GAE blob store but i want to do that
 programmatically , instead of using the form and browsing the file . for
 example uploading all files in a particular folder to the GAE blobstore.
 Is there any method to do so ?



 Writing programmatically to the blobstore is deprecated. What you can do
 is create a Google Cloud Storage bucket, and use the GCS Manager (
 https://developers.google.com/storage/docs/gsmanager ) to upload files.
 GCS Manager supports drag and drop, so you can simply drag files from your
 computer to your storage bucket.

 -
 -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] Running App Engine Instance 1.8.2

2013-07-09 Thread Vinny P
On Tue, Jul 9, 2013 at 1:57 AM, Nikhil Jain nikhil.jaint...@gmail.comwrote:

 Hi GAE fellow,
 Few of my appengine application instance running on 1.8.1 and others are
 on 1.8.2.
 Is 1.8.2 been released or its pre-released version?


+1. Also noticing this beginning today morning.

-
-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: Error if I set required=False for a StringListProperty

2013-07-09 Thread Luca de Alfaro
This is pretty bad!

As pointed out 
in https://code.google.com/p/googleappengine/issues/detail?id=8962 , if you 
add a StringListProperty to a model with existing entities in the 
datastore, then you cannot read those entities any more! 
Furthermore, in Java it is apparently possible to write entities with null 
StringListProperty fields.  Those entities cannot then be read from Python! 
These are pretty big problems -- is there any solution? 

Luca

On Tuesday, March 23, 2010 5:57:17 AM UTC-7, Geoffrey Spear wrote:

 On Mar 22, 11:09 pm, dhruvbird dhruvb...@gmail.com wrote:
  Hello,
I have a model with a single attribute that is a StringListProperty.
  I get an error if I define it as such:
 
  class Test(db.Expando):
  people = db.StringListProperty(required=False, indexed=True)
 
  However, on changing it to:
  class Test(db.Expando):
  people = db.StringListProperty(required=True, indexed=True,
  default=[])
 
  It starts working. Any ideas why this is happening??

 ListPropertys are always required; you can't set their value to None.
 If a particular entity has no values for the ListProperty, you need to
 set it to the empty list.  (Note that you can still set a default
 value of 'None', which magically uses an empty list, not None, as the
 default value.)



-- 
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] Will 1.8.2 Datastore Admin Scheduled Backup tool support the new Cloud Storage Client Library?

2013-07-09 Thread Jason Collins
Thanks again Tom. I'll likely wait for a bit more at this point. I also 
need/want to use the backup files as legitimate backup files (with 
associated restore capability) and have them surface in the Datastore Admin 
tool for operations simplicity/clarity.

I'm really trying to leverage stock tooling where backup and data 
replication is involved as we have 70 GAE applications that all need to 
perform similar processes and managing custom code across all of those for 
critical services doesn't sit well with me.

Hopefully your progress is swift!
j

On Tuesday, 9 July 2013 17:17:08 UTC-6, Tom Kaitchuck wrote:

 You don't have to use the datastore backup format to get data into 
 bigQuery. (You could if you wanted, the code is open source) But BigQuery 
 supports Json and CSV directly, which is often easier. 
 We actually have a guide on extracting data from Datastore and using a 
 MapReduce to load it into BigQuery here: 
 https://developers.google.com/bigquery/articles/datastoretobigquery
 This guide was specifically made because it is quite common to want to 
 either import only a subset of the data into BigQuery or to first run some 
 transform on it.

 Following the guide it shouldn't take much effort to get things up and 
 working. In the SVN there is already an output writer (still being tested) 
 included in the mapreduce library to write using the GCS client library, 
 which should allow you to run without using the FilesAPI at all. (You can 
 use it now, it's name starts with an _ as we are still testing it, once 
 that work is completed it will be renamed to remove the _)

 We are actively working on baking all of this in, to make things much 
 easier, but I can't commit to a specific date. If your only concern is this 
 going to happen in a timely way, then you should wait. That being said, 
 running your own MR a la the example above is a good option anyway as it 
 gives you more control over exactly what your are putting in to BigQuery 
 and the format it is in. 



 On Tue, Jul 9, 2013 at 6:30 AM, Jason Collins 
 jason.a...@gmail.comjavascript:
  wrote:

 Thanks Tom.

 The next part of my story is that we use the backup files with a BigQuery 
 ingestion job - that is, the BigQuery ingestion job uses the native output 
 from the Datastore Admin Scheduled Backups stored on Cloud Storage. 
 ('sourceFormat': 'DATASTORE_BACKUP')

 Presumably, I'd also have to replicate the format if I were to roll my 
 own GCS/MapReduce hybrid and continue to use the same BigQuery ingestion 
 approach.

 Any suggestions on that front? Or maybe just an approximate ETA and save 
 me a bunch of work? ;)

 j


 On Monday, 8 July 2013 18:23:38 UTC-6, Tom Kaitchuck wrote:

 This is something we are working hard on. We're updating many code paths 
 to fix a lot of issues and migrate over to the GCS client. Changes won't 
 roll out in one big release, rather updates will be released as they are 
 completed. If you don't want to wait, it is absolutely supported to use the 
 GCS client to write out data from within your own MapReduce. 


 On Thu, Jul 4, 2013 at 9:01 AM, Jason Collins jason.a...@gmail.comwrote:

 Our backups are really flakey and take a long time, apparently because 
 of the sketchy Files API link.

 Will the GAE 1.8.2 release of Datastore Admin Scheduled Backup tool 
 support the new Cloud Storage Client Library?

 This is all wrapped up in MapReduce/Pipelines, so there are a lot of 
 moving parts. My goal is to simply use stock, Google-supplied tools and 
 have this stuff be resilient and predictable.

 Any info is appreciated. If something in this area is not imminent, we 
 will have to start looking for alternate ways to achieve reliable backups.

 Thanks,
 j
  
 -- 
 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-appengi...@**googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at 
 http://groups.google.com/**group/google-appenginehttp://groups.google.com/group/google-appengine
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 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 

Re: [google-appengine] Simple Registration Application

2013-07-09 Thread Aswath Satrasala
Thanks a lot Tim.  The demo is really cool.
This suits exactly for my needs.

-Aswath
www.accounting-guru.net

On Wed, Jul 10, 2013 at 4:04 AM, Tim Niblett t...@timniblett.net wrote:

 Have a look at https://gaeshiro.appspot.com/ with code at
 https://github.com/cilogi/gaeshiro.  It does what you want with some
 stuff you don't -- Guice on top of servlets, Shiro for
 authentication/authorization, Google login via GAE user service and
 Facebook login via OAuth.  You can get rid of the other stuff easily enough
 I guess.

 Tim

 PS I posted earlier but the message has been removed.  I have no idea why.


 On Tuesday, 9 July 2013 12:09:02 UTC+1, aswath wrote:

 Currently, I dont want to introduce another framework into the
 application.
 I am looking at simple servlet/jsp code with out additional dependencies
 on the frameworks.

 -Aswath

 On Tue, Jul 9, 2013 at 4:07 PM, Barry Hunter barryb...@gmail.com wrote:




 On Tue, Jul 9, 2013 at 8:28 AM, Aswath Satrasala 
 aswath.s...@gmail.comwrote:

 I am looking for java code.
 Currently, using playframework is not an option for me.


 It my help to specify WHY the play framework isnt an option.

 Otherwise, there is a fair chance any other suggestion will not be an
 option either. (because it breaks what ever rule you havent told us)

  --
 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-appengi...@**googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at 
 http://groups.google.com/**group/google-appenginehttp://groups.google.com/group/google-appengine
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://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.




[google-appengine] Google Apps Free One User

2013-07-09 Thread James Gilliam
Question --

Can GAE people still create a Google Apps Free Account for one user?

Many clients don't want google apps, but we need google apps to use it to 
launch their custom domain.

We look forward to being able to launch a GAE site without google apps at 
all.

Somebody please tell me the 1 user free account is still available.

Thanks

-- 
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.