Unfortunately Google changed this without warning. You'll have to handle the captcha now when dealing with user/password credentials (or use authsub). How to handle captchas is described in the docs, it's pretty straightforward.
On Mar 28, 9:05 pm, Brice <[email protected]> wrote: > Good afternoon, > > I'm working on the basics of a new appengine app and I've started > incorporating the Google Calendar API via the gdata client. The code I > have is quite simple at this point, just creating a CalendarService, > calling "setUserCredentials", requesting a feed (not sure if the URL > is right? - auth is for a HOSTED account), then checking that the > resultfeed is valid and has results. > > When deployed locally, everything seems OK. I'm "hard coding" a > particular account, the app will interact with a particular calendar, > not every visitors/user's calendar - so doing AuthSub isn't what I'm > looking for. > > In any case, it works locally and when I deploy to app engine, I get > "Captcha required" instead of the results I saw running locally. > > I'm sure I'm missing something, but the docs I've looked through > either indicate that what I'm doing is correct or that what I'm trying > to do can't be done and I'm not sure what's what. > > Thanks in advance! > Brice -- 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 [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-java?hl=en.
