Tuesday, July 14, 2009

[google-appengine] Storing data in Spreadsheet instead of any database

Hi All,
             Is it possible to use Spreadsheet has a database to store data...I don't want to use any database externally, I want to use Python, Google Apps and spreadsheet only.
 

For Example: using Python and Google Apps I have developed leave application  form, on submit of that form I have to store that data in to spreadsheet instead of using any database (MySql or Oracle)

If its possible give me some reference code

Thanks in advance


Regards
SKSK

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: Problems with SMS, and replying to messages in group

Thanks a lot, Nick!

A.

On 14 juuli, 13:27, "Nick Johnson (Google)" <nick.john...@google.com>
wrote:
> HiAivar,
>
> I've activated your account.
>
> -Nick Johnson
>
>
>
> On Sun, Jul 12, 2009 at 6:46 PM,Aivar<aivar.anna...@gmail.com> wrote:
>
> > Hi!
>
> > I've tried several times to activate my google app engine account
> > using numbers on 2 different Estonian carriers (EMT and Tele2) without
> > any success. Now i get "You have sent too many SMS verification
> > messages."
>
> > I tried to report SMS problem, but after submitting the form i only
> > got a short error message ("Carrier")
>
> > I tried to reply to threads that discussed SMS problems, i got message
> > "post was successful" but i didn't show up in thread (even 1 day
> > later).
>
> > I hope this message ends up somewhare and somebody can help me.
>
> > Thanks in advance!!
>
> >Aivar
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number: 368047
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: PolyModel back references return additional unrequested references

Hi left.pudding,

This is expected behaviour, not a bug - the main reason for using
PolyModel is that you can query a parent class, and get instances of
child classes back. If you don't want that, you may want to use
standard inheritance with db.Model instead.

-Nick Johnson

On Sat, Jul 11, 2009 at 11:08 AM,
left.pudding@gmail.com<left.pudding@gmail.com> wrote:
>
> It seems the conclution of this thead is - this is a spec behavior.
>
> However I feel it's very counterintuitive.
> If no apparent advantage of current behavior, I want to issue a major-
> bug fix request...
>
> In the future, many developers will struggle to dig out bugs in their
> code, which actually caused by this behavior...., just like me :)
>
> >
>

--
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: using datastore with remote_api over http

Hi masouras,

I'm not aware of any Protocol Buffer libraries for Javascript. If your
JS environment can interface with other languages (Python, Java, or
C++), you could use their Protocol Buffer implementations to achieve
your goal - otherwise, your options are to implement Protocol Buffers
yourself(!), or use a different interface to interact with the
datastore.

-Nick Johnson

On Sun, Jul 12, 2009 at 12:44 AM, masouras<masouras@gmail.com> wrote:
>
> I am trying to access the API through HTTP using javascript in my case
> (but not necessarily from a browser).
>
>
> >
>

--
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: Trouble with login_url on own domain

Hi Andreyka,

Have you tried simply logging in on the page that you get when
following that link? The account you use does not have to be a gmail
account. If the account name is already filled in, simply click 'log
in as a different user'.

-Nick Johnson

On Sun, Jul 12, 2009 at 3:10 PM, Andreyka<a.rogovsky@gmail.com> wrote:
>
> Hi
>
> I was create custom application on Google App Engine, registred on own
> domain (http://www.google.com/a/topwn.com)
>
> The application URL is http://www.topwn.com/
>
> Im my code I used {{ login_url }} and got this link:
> https://www.google.com/accounts/ServiceLogin?service=ah&continue=http://www.topwn.com/_ah/login%3Fcontinue%3Dhttp://www.topwn.com/&ltmpl=gm&ahname=Top+Web+Networks&sig=805a243d1175281f7dddf67f2301a3fd
> But this link open not own domain login (http://www.google.com/a/
> topwn.com) and requied gmail login.
> So, I can't login as admin
>
> How I do fix it?
>
> >
>

--
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: Problems with SMS, and replying to messages in group

Hi Aivar,

I've activated your account.

-Nick Johnson

On Sun, Jul 12, 2009 at 6:46 PM, Aivar<aivar.annamaa@gmail.com> wrote:
>
> Hi!
>
> I've tried several times to activate my google app engine account
> using numbers on 2 different Estonian carriers (EMT and Tele2) without
> any success. Now i get "You have sent too many SMS verification
> messages."
>
> I tried to report SMS problem, but after submitting the form i only
> got a short error message ("Carrier")
>
> I tried to reply to threads that discussed SMS problems, i got message
> "post was successful" but i didn't show up in thread (even 1 day
> later).
>
> I hope this message ends up somewhare and somebody can help me.
>
> Thanks in advance!!
>
> Aivar
>
> >
>

--
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

[google-appengine] Re: Tokyo Cabinet Stub

Yeah it works great. I have done some benchmarking and it seems pretty
fast too.

I'm not sure if I would use it in a production environment yet, but
maybe after some more testing...

I'm planning to do a writeup on it soon, preferably when I have the
tokyo cabinet stub done too.

- Koen

On Jul 14, 12:08 pm, "Nick Johnson (Google)" <nick.john...@google.com>
wrote:
> On Tue, Jul 14, 2009 at 11:05 AM, Koen Bok<k...@madebysofa.com> wrote:
>
> > Hey Nick,
>
> > Well, for fun and to have options :-)
>
> Fair enough. I wrote BDBDatastore
> (http://arachnid.github.com/bdbdatastore/) for much the same reason.
> ;)
>
>
>
> > I plan to run my app on appengine, but I can run everything on nginx +
> > spawning + mongodb too already. It would be nice to see how it stacks
> > up against nginx + spawning + tokyo.
>
> Do you actually have your app successfully serving requests using
> nginx + spawning? If so, would you care to share your code and
> configuration? We'd very much like to see more people demonstrating
> alternate hosting environments for App Engine apps, and practical ways
> to use other servers is a big part of that.
>
> -Nick Johnson
>
>
>
>
>
>
>
> > - Koen
>
> > On Jul 14, 12:00 pm, "Nick Johnson (Google)" <nick.john...@google.com>
> > wrote:
> >> Hi Koen,
>
> >> I'm not aware of one - but do let us know how you get on! Is there a
> >> particular reason you want to use Tokyo Cabinet?
>
> >> -Nick Johnson
>
> >> On Mon, Jul 13, 2009 at 11:38 PM, Koen Bok<k...@madebysofa.com> wrote:
>
> >> > I was wondering if anyone already wrote a datastore stub on top of
> >> > Tokyo Cabinet? There is a very nice one for MongoDB, so it shouldn't
> >> > be too hard to write one for TC.
>
> >> > If there isn't I might be writing one myself, if anyone wants to help
> >> > out let me know.
>
> >> > - Koen
>
> >> > 1)http://www.10gen.com/blog/2009/3/use-mongodb-with-googles-appengine-sdk
>
> >> --
> >> Nick Johnson, App Engine Developer Programs Engineer
> >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> >> Number: 368047
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number: 368047
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---