Hi,

I host my website with Google appengine. I am looking to host
Quicklivery.net on new account. Is there any way to upload my files to a new
appengine account? My programmer had an account now i need to start a new
account to put some html content and Google analytics.

On Mon, Jul 26, 2010 at 8:03 AM,
<[email protected]<google-appengine%[email protected]>
> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/google-appengine/topics
>
>    - Sharded counters, what's the right number of shards to 
> use?<#12a0ea2efc4149d5_group_thread_0>[1 Update]
>    - new to app engine - how to handle control 
> arrays<#12a0ea2efc4149d5_group_thread_1>[2 Updates]
>    - Creating my -- third -- AppEngine application is prompting me for SMS
>    verification again <#12a0ea2efc4149d5_group_thread_2> [4 Updates]
>    - Can we run PHP and Ruby on AppEngine<#12a0ea2efc4149d5_group_thread_3>[2 
> Updates]
>    - Why no "Quotas" log daily like 
> "Logs"?<#12a0ea2efc4149d5_group_thread_4>[1 Update]
>    - Question about your ToS <#12a0ea2efc4149d5_group_thread_5> [2
>    Updates]
>    - Unable to create new application <#12a0ea2efc4149d5_group_thread_6>[2 
> Updates]
>    - Where to find the best email processing 
> jobs<#12a0ea2efc4149d5_group_thread_7>[1 Update]
>    - Connecting to the datastore <#12a0ea2efc4149d5_group_thread_8> [1
>    Update]
>    - BadKeyError: Name must be string type, not 
> Key<#12a0ea2efc4149d5_group_thread_9>[1 Update]
>    - Understanding transactions and 
> rollback<#12a0ea2efc4149d5_group_thread_10>[1 Update]
>    - Channel API <#12a0ea2efc4149d5_group_thread_11> [1 Update]
>    - Problem of persistence in JDO <#12a0ea2efc4149d5_group_thread_12> [1
>    Update]
>    - Using the Mapper API when kind() name and Model class name are
>    different <#12a0ea2efc4149d5_group_thread_13> [1 Update]
>    - Query.filter() questions <#12a0ea2efc4149d5_group_thread_14> [1
>    Update]
>    - Cron fails because of "Request was aborted after waiting too 
> long"<#12a0ea2efc4149d5_group_thread_15>[1 Update]
>    - Is it possible to query an equality filter on a list property and
>    order the results by another 
> property?<#12a0ea2efc4149d5_group_thread_16>[1 Update]
>    - Google Maps Data attribute search queries do not work in 
> GAE<#12a0ea2efc4149d5_group_thread_17>[1 Update]
>
>   Topic: Sharded counters, what's the right number of shards to 
> use?<http://groups.google.com/group/google-appengine/t/707097155e6f7c34>
>
>    djidjadji <[email protected]> Jul 26 02:00PM +0200 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Are you sure the shards are in DIFFERENT entity groups. (No parent
>    objects)
>    Have you looked at which shards get the most counts. Maybe your method
>    of choosing a shard can be better.
>    With transactions you can update an entity group 1/sec sustained.
>    With 8 updates/sec for the counter you should be fine with 10 shards
>    in theory, so using 20-25 shards should be more then enough.
>
>
>
>
>   Topic: new to app engine - how to handle control 
> arrays<http://groups.google.com/group/google-appengine/t/d4767c9ead9c172d>
>
>    mikemoum <[email protected]> Jul 25 04:17PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Hi,
>
>    I'm just getting started with app engine, and am porting a php site I
>    developed as a learning tool. The input form on my page allows one to
>    enter a number of participants in a small school program. As such,
>    some fields are common to many people, such as last name. In my input
>    form, therefore, there are a column of textboxes, with name=lname[].
>    When the form is posted when the submit button is clicked, the global
>    php variable, $_POST, contains the field lname[], which is an array of
>    entries.
>
>    It's not clear to me how to handle such an array when it is posted in
>    app engine and parsed with python. How does one do this?
>
>    Thanks for your replies,
>    Mike
>
>
>
>
>    Alon Carmel <[email protected]> Jul 26 12:16PM +0300 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    first, it depends on how your working with python on app engine.
>
>    django :
>    self.request.GET/POST['VARNAME'] or django request.GET/POST['VARNAME']
>
>    The .POST or .GET are dictionaries of all the passed data. you can also
>    access them via .REQUEST.
>
>    For example:
>
>    myarray = request.POST['myarray']
>
>    for item in myarray:
>    //do something
>
>    you can also print those arrays to see the structure... dir or print.
>
>
>    -
>    Cheers,
>
>    def AlonCarmel(request)
>    import simplejson as json
>    contact = {}
>    contant['email'] = '[email protected]'
>    contact['twitter'] = '@aloncarmel'
>    contact['web'] = 'http://aloncarmel.me'
>    contact['phone'] = '+972-54-4860380'
>    return HttpResponse(json.dumps(contact))
>
>    * If you received an unsolicited email from by mistake that wasn't of
>    your
>    matter please delete immediately. All E-mail sent from Alon Carmel is
>    copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent
>    by
>    Alon Carmel are owned by the Author only. Any attempt to duplicate or
>    imitate any of the Content is prohibited under copyright law 2008.
>
>
>
>
>
>
>   Topic: Creating my -- third -- AppEngine application is prompting me for
> SMS verification 
> again<http://groups.google.com/group/google-appengine/t/a306e320b0e2ea6d>
>
>    Tom <[email protected]> Jul 25 04:30PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    I have the same problem. No applications show up in my dashboard.
>    But I can run the application just fine.
>    Happened the other day but it fixed itself.
>
>    Thanks
>
>
>
>
>
>    Nickolas Daskalou <[email protected]> Jul 26 03:32PM +1000 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Damien and Tom,
>
>    If you guys are using Google Apps for your domain, try visiting:
>
>    https://appengine.google.com/a/YOUR_DOMAIN
>
>    Ie., for Damien this might be:
>
>    https://appengine.google.com/a/aclaro.com
>
>    And for Tom:
>
>    https://appengine.google.com/a/coderiver.com
>
>    Nick
>
>
>
>
>
>
>    BLN <[email protected]> Jul 25 10:45PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    I have the same problem. I registered GAE by my email. Add domain to
>    app, it redirect to Google Apps and SMS verification again!
>
>
>
>
>
>    Harshal <[email protected]> Jul 26 01:28PM +0530 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    +1. same problem.
>
>
>
>
>
>   Topic: Can we run PHP and Ruby on 
> AppEngine<http://groups.google.com/group/google-appengine/t/380c36087b749c9e>
>
>    Aircule <[email protected]> Jul 24 08:10PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Through JVM implementations such as Quercus and JRuby?
>    I mean, are we allowed to do that?
>
>
>
>
>    "l.denardo" <[email protected]> Jul 26 12:25AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    It's possible if these are supported. The page "will it play in app
>    engine" gives a compatibility list for them.
>
>
>    
> http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine
>
>    Regards
>    Lorenzo
>
>
>
>
>   Topic: Why no "Quotas" log daily like 
> "Logs"?<http://groups.google.com/group/google-appengine/t/97623700258cf46>
>
>    BLN <[email protected]> Jul 25 10:39PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    There's a creepy silence :(
>
>
>
>
>   Topic: Question about your 
> ToS<http://groups.google.com/group/google-appengine/t/8269a90b2abd5090>
>
>    Matt Hill <[email protected]> Jul 25 04:07AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    On your ToS it says "You may not develop multiple Applications to
>    simulate or act as a single Application or otherwise access the
>    Service in a manner intended to avoid incurring fees.".
>
>    If I wanted to have separate apps for my blog, forums etc. but host
>    them under individual sub-domains, is this acceptable or not?
>
>
>
>
>    BLN <[email protected]> Jul 25 10:34PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    I'm not sure. But I think you can Enable Billing. "Money" is "King" ;)
>
>    I am interested in "Dedicated IP" or move my app to another server
>    after Enable Billing. Because very many apps request to Twitter API
>    and make GAE server slow :(
>    Before, my app received a deluge of complaints about 500 status. But,
>    after Twitter blocked IP address of GAE server, my app very fast
>    although more than requests was in the past.
>
>
>
>
>   Topic: Unable to create new 
> application<http://groups.google.com/group/google-appengine/t/e2fd0318c5be2db8>
>
>    Dalla <[email protected]> Jul 24 03:54AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Hi all!
>
>    When first registering for App engine, I used my old email adress,
>    which was a hotmail-account.
>    I have since registered a new address with gmail, which is now my
>    primary Google Accounts address.
>
>    However, I´m having trouble creating new app engine applications.
>    I created five applications with my old mail account. When trying to
>    create a new application
>    I´m asked to enter my phone number to verify my account. This has
>    already been done with my old adress,
>    so I guess this has something to do with the fact that I now have a
>    new primary account.
>
>    However, when entering my phone number, I´m told that this number has
>    already been used to verify an account (my old address),
>    and can´t be used again.
>
>    What should I do to be able to create new applications with my new
>    primary account?
>
>    Regards,
>    Daniel
>
>
>
>
>    Nickolas Daskalou <[email protected]> Jul 26 03:27PM +1000 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Hi Daniel,
>
>    Fill out the following form to be added to the waiting list:
>
>    https://appengine.google.com/waitlist/sms_issues
>
>    Nick
>
>
>
>
>
>   Topic: Where to find the best email processing 
> jobs<http://groups.google.com/group/google-appengine/t/40cfb24d6a3ca766>
>
>    "Newsletter" <[email protected]> Jul 25 12:55PM +0530 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Where to find the best email processing jobs
>
>    When in fact, you can find companies who need people to "process email"
>    by ... good to be true then it probably is" applies to most e-mail
>    processing jobs. ...
>
>    Please email initially for further details.
>    [email protected]
>
>    website : http://smartjobs.freetzi.com
>
>
>
>   Topic: Connecting to the 
> datastore<http://groups.google.com/group/google-appengine/t/be892fd7701ad6ed>
>
>    Luis Daniel Mesa Velasquez <[email protected]> Jul 25 12:34PM
>    -0700 ^ <#12a0ea2efc4149d5_digest_top>
>
>    1. Copy JARs
>    2. Create jdoconfig.xml
>    3. Obtain a PersistenceManager
>
>    http://code.google.com/appengine/docs/java/datastore/usingjdo.html
>
>    What do you exactly mean by "create the DB connection"?
>
>    Just obtain the persistence manager ...and persist.
>
>
>
>
>   Topic: BadKeyError: Name must be string type, not 
> Key<http://groups.google.com/group/google-appengine/t/36742f6c954f9b1e>
>
>    Venkatesh <[email protected]> Jul 23 07:46PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Its been a while since ( about a year) since I looked at one of the
>    app that i built.
>
>    Getting this error now on the following statement, which was working
>    previously
>
>    BadKeyError: Name must be string type, not Key
>    results = models.Visa.all().search(keyword.lower())
>
>    Is this deprecated or something. How to search from datastore now ?
>
>
>
>   Topic: Understanding transactions and 
> rollback<http://groups.google.com/group/google-appengine/t/30a5fe7388a04080>
>
>    Brad <[email protected]> Jul 25 07:39AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    The documentation says that transactions can only be done within a
>    single entity group. Does this mean the tr tansaction in the
>    'removeMessage', is not safe?
>
>    In the following code, I need to break the link between the parent and
>    the child, ie by removing the child, and re-inserting it with no
>    parent. Perhaps what I am doing is crazy? (:
>
>    // Not meant to compile, it is for example only
>    public class UndeliveredMessages {
>
>    private Key key;
>    private long count = 0;
>    private Set<Message> messages = HashSet<Message>();
>
>    public void removeMessage(Message message) {
>    Transaction tx = pm.currentTransaction();
>    try {
>    count--;
>    messages.remove(message);
>    pm.makePersistent(this);
>    Message item = new Message();
>    item.setFrom(message.getFrom());
>    item.setTo(message.getTo());
>    item.setText(message.getText());
>    pm.makePersistent(message); // If this one fails,
>    will all of the above be rolled back?
>    tx.commit();
>    } finally {
>    if (tx.isActive())
>    tx.rollback();
>    }
>    }
>
>    public void addMessage(String from, String to, String message) {
>    count++;
>    messages.put(new Message(from, to, message));
>    pm.makePersistent();
>    }
>
>    public Message getNextMessage() {
>    if(!messages.isEmpty())
>    return messages.iterator().next();
>
>    return null;
>    }
>
>    }
>
>    This is a contrived example to help me understand if this will work. I
>    realise/suspect I could use "weak" references, ie just store a set of
>    references to the child objects, ie "Set<Key>".
>
>
>
>   Topic: Channel 
> API<http://groups.google.com/group/google-appengine/t/48d459f522d257d1>
>
>    Suvash <[email protected]> Jul 25 05:12AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    I am eagerly waiting for channel api. Its been more than a month that
>    Support for Channel API was announced.
>    Tentatively when can i expect Channel API to be included in appengine
>    SDK?
>
>    Thanks,
>    Suvash
>
>
>
>
>   Topic: Problem of persistence in 
> JDO<http://groups.google.com/group/google-appengine/t/2eb4f48f76e6e0c4>
>
>    crllvnc <[email protected]> Jul 24 01:43AM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Solution is simple : you HAVE to persist the object with the SAME pm
>    instance you used to FETCH the object from the datastore.
>    I did not read your code, but the error warning tells you that you
>    probably used 2 different pm (in 2 different methods ?).
>
>
>
>   Topic: Using the Mapper API when kind() name and Model class name are
> different<http://groups.google.com/group/google-appengine/t/9142fd665ef93d71>
>
>    PK <[email protected]> Jul 25 06:40PM -0700 ^<#12a0ea2efc4149d5_digest_top>
>
>    I read the blog and look forward to using the Mapper API.
>    Unfortunately, the following issue I submitted 10 days ago prevents
>    this in my scenario. The issues still remains in 'New' status. Could
>    somebody at Google App Engine take a look and advise?
>
>    http://code.google.com/p/appengine-mapreduce/issues/detail?id=26
>
>    Thanks,
>    PK
>    http://gae123.com
>
>
>
>   Topic: Query.filter() 
> questions<http://groups.google.com/group/google-appengine/t/fb3ef8fa127b9949>
>
>    Felippe Bueno <[email protected]> Jul 25 09:31PM -0300 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Hello people.
>
>    3 questions:
>    1. is it possible to filter an property inside the Entity property?
>    For example:
>    Article(author = users.get_current_user(), skey='monmon').save()
>    Invite(author = users.get_current_user(), entry =
>    Article.get('monmon')).save()
>
>    ##here is the filter
>    invites = Invite.all().filter('entry.author =',
>    user.get_current_user())
>
>    2. Is it possible to pass some thing like 'or' to filter ?
>    Some thing like this:
>    articles = Article.all().filter('author =',
>    user.get_current_user()).or('user =', user.get_current_user())
>
>    3. (not a query question). Some one know if GAE offers some kind of
>    facility to an invite/collaboration system ?
>    I need to invite google users to edit or comment on my system.
>
>    Thanks
>
>    Cheers
>
>
>
>   Topic: Cron fails because of "Request was aborted after waiting too
> long" <http://groups.google.com/group/google-appengine/t/1f3bb39efd2cbbb5>
>
>    "François Masurel" <[email protected]> Jul 25 03:27PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    What to do when your cron servlet fails with this message :
>
>    "Request was aborted after waiting too long to attempt to service your
>    request. This may happen sporadically when the App Engine serving
>    cluster is under unexpectedly high or uneven load. If you see this
>    message frequently, please contact the App
>    Engine team."
>
>    It's seems to be happening quite often lately. It's a really basic
>    servlet just launching a few tasks.
>
>    It's really annoying when it's a "once a day" cron job. In my case, I
>    miss one day of data.
>
>    What is the best way to manage such a situation ?
>
>    Thanx for your help.
>
>    François
>
>
>
>   Topic: Is it possible to query an equality filter on a list property and
> order the results by another 
> property?<http://groups.google.com/group/google-appengine/t/72bb4719e5d5ac6a>
>
>    Albert <[email protected]> Jul 25 03:07PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Great! Thanks!
>
>
>
>
>   Topic: Google Maps Data attribute search queries do not work in 
> GAE<http://groups.google.com/group/google-appengine/t/dad2a981fdb0ba6a>
>
>    "François Masurel" <[email protected]> Jul 25 02:13PM -0700 
> ^<#12a0ea2efc4149d5_digest_top>
>
>    Hi everybody,
>
>    As anybody successfully done such type of request in GAE :
>
>
>    
> http://maps.google.com/maps/feeds/features/203441605809910544300/00048b9772b494459d511/snippet?mq=[dpt:17
>    ]
>
>    It works perfectly fine locally but fails when run on GAE (no
>    filtering by custom property value).
>
>    It looks like the mq parameter is stripped out of the request.
>    Something wrong with the brackets ?
>
>    I'm using the gdata java client library.
>
>    Any help will be greatly appreciated.
>
>    Thanx in advance.
>
>    François
>
>    PS:
>
>    Google Maps Data http protocol documentation :
>
>    
> http://code.google.com/intl/fr/apis/maps/documentation/mapsdata/developers_guide_protocol.html
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Warren Gabbidon
Chief  Executive Officer
Quick Livery
http://www.Quicklivery.net
t: 617.833-2333
e: [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to