hi Jeff, thanks for reply.
Actually it seemed to be problem of my corporate proxy, I had to point
to another one and it works. But the problem now is that my app works
(fine!) only when launched inside visual studio: when I publish to
IIS (of the same machine!!) and browse for the app page, it hangs on
the Query method I wrote before.
Thanks in advance for any help/suggestions,
//alessandro
On Oct 2, 7:36 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
wrote:
> Hmm, can you use something like Fiddler to try to peek at failing
> authentication request? It's possible that it's throwing a CAPTCHA
> error at you and QueryAuthToken isn't properly handling it.
>
> Cheers,
> -Jeff
>
> On Oct 2, 3:34 am, Alessandro <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I have the following code:
>
> > PicasaService myService = new PicasaService("exampleCo-
> > exampleApp-1");
> > myService.setUserCredentials(user+"@gmail.com", pass);
>
> > AlbumQuery query = new
> > AlbumQuery(PicasaQuery.CreatePicasaUri(user));
> > PicasaFeed feed = myService.Query(query);
>
> > The last line stays for a while, then i have the following error:
>
> > "did not find an auth token in QueryAuthToken"
> > "at Tracing.Assert(Boolean condition, String msg)"
>
> > The crazy thing is that yesterday the SAME code had been working
> > fine...Any suggestions??
> > Thanks a lot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" 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-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---